diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-05-13 02:24:09 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-05-13 02:24:09 +0000 |
commit | 0c67335ec290897a4e254ea02d4cd95c1a7539c1 (patch) | |
tree | a1a6bed037a304d8b923a6d089abc455c1af5bf1 /sys/dev/ic/atw.c | |
parent | 86314c41f65dc5fa6ef8719498f95fa47497d5bd (diff) |
Remove commented out NetBSD __KERNEL_RCSID macro usage.
ok dlg@
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> |