summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/ukphy_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/ukphy_subr.c')
-rw-r--r--sys/dev/mii/ukphy_subr.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/mii/ukphy_subr.c b/sys/dev/mii/ukphy_subr.c
index da14632..5e02430 100644
--- a/sys/dev/mii/ukphy_subr.c
+++ b/sys/dev/mii/ukphy_subr.c
@@ -41,6 +41,9 @@
* Subroutines shared by the ukphy driver and other PHY drivers.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/socket.h>
@@ -55,11 +58,6 @@
#include "miibus_if.h"
-#if !defined(lint)
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
/*
* Media status subroutine. If a PHY driver does media detection simply
* by decoding the NWay autonegotiation, use this routine.
OpenPOWER on IntegriCloud