summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/lxtphy.c
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-05-29 18:09:10 +0000
committermarius <marius@FreeBSD.org>2004-05-29 18:09:10 +0000
commit41c5d57ced7f4797e42cfa47abbb8dfb2a9bd528 (patch)
tree9c46067a63cd2a0ecae4cac3f88af6395c948f96 /sys/dev/mii/lxtphy.c
parent5a4326ce81f06763f8cd7408130adb2913f0675c (diff)
downloadFreeBSD-src-41c5d57ced7f4797e42cfa47abbb8dfb2a9bd528.zip
FreeBSD-src-41c5d57ced7f4797e42cfa47abbb8dfb2a9bd528.tar.gz
Remove double __FBSDID and move the remaining one into a common place after
the license(s) and before the driver comment (the latter only in drivers not having __FBSDID at that location).
Diffstat (limited to 'sys/dev/mii/lxtphy.c')
-rw-r--r--sys/dev/mii/lxtphy.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/dev/mii/lxtphy.c b/sys/dev/mii/lxtphy.c
index 57fbe16..db5c100 100644
--- a/sys/dev/mii/lxtphy.c
+++ b/sys/dev/mii/lxtphy.c
@@ -38,9 +38,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Copyright (c) 1997 Manuel Bouyer. All rights reserved.
*
@@ -70,14 +67,14 @@ __FBSDID("$FreeBSD$");
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* driver for Level One's LXT-970 ethernet 10/100 PHY
* datasheet from www.level1.com
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud