summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-08-27 19:19:47 +0000
committerchristos <christos@NetBSD.org>2006-08-27 19:19:47 +0000
commit52975efd5aeb0384594ba2ff0ed5db91a112dd99 (patch)
tree16415e44345babb2cbecce419fc0e0beaa11fc01 /sys/dev
parent06869f0ad3ee7525643b1fec85c2ace093b9e75a (diff)
Grr. Don't define _KERNEL! Most of the kernel files do #ifdef _KERNEL
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_lmc.h12
1 files changed, 1 insertions, 11 deletions
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 */