diff options
Diffstat (limited to 'sys/dev/ic/atw.c')
-rw-r--r-- | sys/dev/ic/atw.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/ic/atw.c b/sys/dev/ic/atw.c index 56b9ae24c6a..70124338836 100644 --- a/sys/dev/ic/atw.c +++ b/sys/dev/ic/atw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atw.c,v 1.57 2008/04/16 18:32:15 damien Exp $ */ +/* $OpenBSD: atw.c,v 1.58 2008/05/13 02:24:08 brad Exp $ */ /* $NetBSD: atw.c,v 1.69 2004/07/23 07:07:55 dyoung Exp $ */ /*- @@ -41,11 +41,6 @@ * Device driver for the ADMtek ADM8211 802.11 MAC/BBP. */ -#include <sys/cdefs.h> -#if defined(__NetBSD__) -__KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.69 2004/07/23 07:07:55 dyoung Exp $"); -#endif - #include "bpfilter.h" #include <sys/param.h> |