diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-08 05:36:34 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-06-08 05:36:34 +0000 |
commit | 07d9f4b437f294b15b93dcf7c7848fe8f3b2ec4a (patch) | |
tree | 043d5c160a7d5900ee39b5ad5b0f266e3174e6f4 /sys/dev/cardbus/if_ath_cardbus.c | |
parent | 5e2f95a4e8a8c7638205fff77f4e324206f26b4f (diff) |
useless netns includes; there was no NS stuff ever here
Diffstat (limited to 'sys/dev/cardbus/if_ath_cardbus.c')
-rw-r--r-- | sys/dev/cardbus/if_ath_cardbus.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/cardbus/if_ath_cardbus.c b/sys/dev/cardbus/if_ath_cardbus.c index 2b0df66f76c..e1dd0712567 100644 --- a/sys/dev/cardbus/if_ath_cardbus.c +++ b/sys/dev/cardbus/if_ath_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ath_cardbus.c,v 1.4 2005/05/28 00:46:46 robert Exp $ */ +/* $OpenBSD: if_ath_cardbus.c,v 1.5 2005/06/08 05:36:33 henning Exp $ */ /* $NetBSD: if_ath_cardbus.c,v 1.4 2004/08/02 19:14:28 mycroft Exp $ */ /* @@ -69,11 +69,6 @@ #include <net/bpf.h> #endif -#ifdef NS -#include <netns/ns.h> -#include <netns/ns_if.h> -#endif - #include <machine/bus.h> #include <machine/intr.h> |