diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-09-08 12:44:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-09-08 12:44:57 +0000 |
commit | f4f73313bc8e06be9400024e4958d7e0290a53c0 (patch) | |
tree | 0939c6219d6bf5ec26fcd4deacd6977790fe58cc /sys/dev/ic/ath.c | |
parent | b8e5e021299a88f2cd4b6cde58cac13c02815ee6 (diff) |
Remove the last of the FreeBSD compatiblity goop.
ok reyk@
Diffstat (limited to 'sys/dev/ic/ath.c')
-rw-r--r-- | sys/dev/ic/ath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c index 7b5a964f7a1..a7c4ecd524e 100644 --- a/sys/dev/ic/ath.c +++ b/sys/dev/ic/ath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ath.c,v 1.36 2005/09/08 09:11:07 jsg Exp $ */ +/* $OpenBSD: ath.c,v 1.37 2005/09/08 12:44:55 jsg Exp $ */ /* $NetBSD: ath.c,v 1.37 2004/08/18 21:59:39 dyoung Exp $ */ /*- @@ -78,7 +78,6 @@ #endif #include <net80211/ieee80211_var.h> -#include <net80211/ieee80211_compat.h> #include <dev/pci/pcidevs.h> #include <dev/gpio/gpiovar.h> |