Remove superfluous old-style rcsid[] from if_sk.c. There is already an
__FBSDID() at the top of the file. MFC after: 3 days
This commit is contained in:
parent
dd147a8455
commit
eca9b4cb85
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user