diff options
author | 2005-09-08 12:44:55 +0000 | |
---|---|---|
committer | 2005-09-08 12:44:55 +0000 | |
commit | fe6a7506e13cb7c3b49b4bea6e5af59f79818eb3 (patch) | |
tree | 8d163af940d9808fc56b316d680009d577bb4bbc /sys/dev/ic/ath.c | |
parent | fix reloads where capbilities change (diff) | |
download | wireguard-openbsd-fe6a7506e13cb7c3b49b4bea6e5af59f79818eb3.tar.xz wireguard-openbsd-fe6a7506e13cb7c3b49b4bea6e5af59f79818eb3.zip |
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> |