summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/e1000phy.c
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-05-29 17:45:45 +0000
committermarius <marius@FreeBSD.org>2004-05-29 17:45:45 +0000
commit5a4326ce81f06763f8cd7408130adb2913f0675c (patch)
tree7aabb0dd7edb2ec408c538cf7a5bc6aa3d3682b4 /sys/dev/mii/e1000phy.c
parentd85cb3f89293292d24fc1c3e75fcbec98bf0c78f (diff)
downloadFreeBSD-src-5a4326ce81f06763f8cd7408130adb2913f0675c.zip
FreeBSD-src-5a4326ce81f06763f8cd7408130adb2913f0675c.tar.gz
Move __FBSDID out from under a comment.
Diffstat (limited to 'sys/dev/mii/e1000phy.c')
-rw-r--r--sys/dev/mii/e1000phy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mii/e1000phy.c b/sys/dev/mii/e1000phy.c
index ab1ece3..7595b58f 100644
--- a/sys/dev/mii/e1000phy.c
+++ b/sys/dev/mii/e1000phy.c
@@ -1,7 +1,4 @@
/*
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
* Principal Author: Parag Patel
* Copyright (c) 2001
* All rights reserved.
@@ -32,6 +29,9 @@ __FBSDID("$FreeBSD$");
* Secondary Author: Matthew Jacob
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* driver for the Marvell 88E1000 series external 1000/100/10-BT PHY.
*/
OpenPOWER on IntegriCloud