svn commit: r260016 - head/sys/dev/sk
Dimitry Andric
dim at FreeBSD.org
Sat Dec 28 21:04:18 UTC 2013
Author: dim
Date: Sat Dec 28 21:04:17 2013
New Revision: 260016
URL: http://svnweb.freebsd.org/changeset/base/260016
Log:
Remove superfluous old-style rcsid[] from if_sk.c. There is already an
__FBSDID() at the top of the file.
MFC after: 3 days
Modified:
head/sys/dev/sk/if_sk.c
Modified: head/sys/dev/sk/if_sk.c
==============================================================================
--- head/sys/dev/sk/if_sk.c Sat Dec 28 20:54:08 2013 (r260015)
+++ head/sys/dev/sk/if_sk.c Sat Dec 28 21:04:17 2013 (r260016)
@@ -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,
More information about the svn-src-head
mailing list