summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/acphy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/acphy.c')
-rw-r--r--sys/dev/mii/acphy.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/mii/acphy.c b/sys/dev/mii/acphy.c
index 7817722..f4ab950 100644
--- a/sys/dev/mii/acphy.c
+++ b/sys/dev/mii/acphy.c
@@ -68,6 +68,9 @@
* Driver for Altima AC101 10/100 PHY
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -87,11 +90,6 @@
#include "miibus_if.h"
-#if !defined(lint)
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
static int acphy_probe(device_t);
static int acphy_attach(device_t);
OpenPOWER on IntegriCloud