summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/qsphy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/qsphy.c')
-rw-r--r--sys/dev/mii/qsphy.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/mii/qsphy.c b/sys/dev/mii/qsphy.c
index c8b29fb..514dabd 100644
--- a/sys/dev/mii/qsphy.c
+++ b/sys/dev/mii/qsphy.c
@@ -72,6 +72,9 @@
* datasheet from www.qualitysemi.com
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -91,11 +94,6 @@
#include "miibus_if.h"
-#if !defined(lint)
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
static int qsphy_probe(device_t);
static int qsphy_attach(device_t);
OpenPOWER on IntegriCloud