From 52975efd5aeb0384594ba2ff0ed5db91a112dd99 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 27 Aug 2006 19:19:47 +0000 Subject: Grr. Don't define _KERNEL! Most of the kernel files do #ifdef _KERNEL --- sys/dev/pci/if_lmc.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/if_lmc.h b/sys/dev/pci/if_lmc.h index 1aef97a1458..51b3151addd 100644 --- a/sys/dev/pci/if_lmc.h +++ b/sys/dev/pci/if_lmc.h @@ -1,5 +1,5 @@ /*- - * $NetBSD: if_lmc.h,v 1.5 2006/07/21 16:48:51 ad Exp $ + * $NetBSD: if_lmc.h,v 1.6 2006/08/27 19:19:47 christos Exp $ * * Copyright (c) 2002-2006 David Boggs. (boggs@boggs.palo-alto.ca.us) * All rights reserved. @@ -962,16 +962,6 @@ const char *ssi_cables[] = /* Declarations below here are private to the kernel device driver. */ /***************************************************************************/ -#ifndef KERNEL -# define KERNEL 0 -#endif -#ifndef _KERNEL -# define _KERNEL 0 -#endif -#ifndef __KERNEL__ -# define __KERNEL__ 0 -#endif - #if KERNEL || _KERNEL || __KERNEL__ /* Hide the minor differences between Operating Systems */ -- cgit