summaryrefslogtreecommitdiff
path: root/sys/dev/ic/awi.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-02-11 20:29:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-02-11 20:29:23 +0000
commit6cd79b43876467965d4384cf5a238f7a5fd40e80 (patch)
tree658079729c35cec3ba4959d975b5138390c4bb79 /sys/dev/ic/awi.c
parent881c2c9898d05e7ae845748e5ac4a265daf11351 (diff)
Remove _KERNEL_OPT leftovers.
Diffstat (limited to 'sys/dev/ic/awi.c')
-rw-r--r--sys/dev/ic/awi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c
index 91959f0e9ac..349f58ce1ca 100644
--- a/sys/dev/ic/awi.c
+++ b/sys/dev/ic/awi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: awi.c,v 1.22 2006/06/23 06:27:11 miod Exp $ */
+/* $OpenBSD: awi.c,v 1.23 2007/02/11 20:29:22 miod Exp $ */
/* $NetBSD: awi.c,v 1.26 2000/07/21 04:48:55 onoe Exp $ */
/*-
@@ -85,9 +85,6 @@
* and to support adhoc mode by Atsushi Onoe <onoe@netbsd.org>
*/
-#ifndef __OpenBSD__
-#include "opt_inet.h"
-#endif
#if defined(__FreeBSD__) && __FreeBSD__ >= 4
#define NBPFILTER 1
#elif defined(__FreeBSD__) && __FreeBSD__ >= 3