diff options
author | dim <dim@FreeBSD.org> | 2013-12-28 21:04:17 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2013-12-28 21:04:17 +0000 |
commit | eca9b4cb8517b79b5040dc15fce1a70d8094ebce (patch) | |
tree | 74e2490e9fd413565edbaffc11e5a8acd7a8bbbe /sys/dev/sk | |
parent | dd147a845550885ad93ea0ec08d78941de10630b (diff) | |
download | FreeBSD-src-eca9b4cb8517b79b5040dc15fce1a70d8094ebce.zip FreeBSD-src-eca9b4cb8517b79b5040dc15fce1a70d8094ebce.tar.gz |
Remove superfluous old-style rcsid[] from if_sk.c. There is already an
__FBSDID() at the top of the file.
MFC after: 3 days
Diffstat (limited to 'sys/dev/sk')
-rw-r--r-- | sys/dev/sk/if_sk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 62a0ef4..68520ea 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -139,11 +139,6 @@ MODULE_DEPEND(sk, miibus, 1, 1, 1); /* "device miibus" required. See GENERIC if you get errors here. */ #include "miibus_if.h" -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif - static const struct sk_type sk_devs[] = { { VENDORID_SK, |