summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-01-04 17:33:05 +0000
committerdim <dim@FreeBSD.org>2014-01-04 17:33:05 +0000
commit110965f5aed5aa49109c32013b343545f33c1aac (patch)
tree8816dabb1ced4b55b8ed1e3d5a74065eb8ed2431
parent1e7deba555926901b57c72b0462fe276aa938885 (diff)
downloadFreeBSD-src-110965f5aed5aa49109c32013b343545f33c1aac.zip
FreeBSD-src-110965f5aed5aa49109c32013b343545f33c1aac.tar.gz
MFC r260016:
Remove superfluous old-style rcsid[] from if_sk.c. There is already an __FBSDID() at the top of the file.
-rw-r--r--sys/dev/sk/if_sk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c
index 3a0cc2e..177e3db 100644
--- a/sys/dev/sk/if_sk.c
+++ b/sys/dev/sk/if_sk.c
@@ -138,11 +138,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,
OpenPOWER on IntegriCloud