From 6cd79b43876467965d4384cf5a238f7a5fd40e80 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 11 Feb 2007 20:29:23 +0000 Subject: Remove _KERNEL_OPT leftovers. --- sys/dev/ic/awi.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/dev/ic/awi.c') 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 */ -#ifndef __OpenBSD__ -#include "opt_inet.h" -#endif #if defined(__FreeBSD__) && __FreeBSD__ >= 4 #define NBPFILTER 1 #elif defined(__FreeBSD__) && __FreeBSD__ >= 3 -- cgit v1.2.3