diff options
Diffstat (limited to 'sys/dev/ic/athvar.h')
-rw-r--r-- | sys/dev/ic/athvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/athvar.h b/sys/dev/ic/athvar.h index ac82ff812b4..6efc7a600a6 100644 --- a/sys/dev/ic/athvar.h +++ b/sys/dev/ic/athvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: athvar.h,v 1.8 2005/05/24 21:46:18 reyk Exp $ */ +/* $OpenBSD: athvar.h,v 1.9 2005/05/27 04:10:06 reyk Exp $ */ /* $NetBSD: athvar.h,v 1.10 2004/08/10 01:03:53 dyoung Exp $ */ /*- @@ -48,7 +48,9 @@ #include <net80211/ieee80211_radiotap.h> #include <dev/ic/ar5xxx.h> +#ifdef notyet #include "gpio.h" +#endif #define ATH_TIMEOUT 1000 |