summaryrefslogtreecommitdiffstats
path: root/sys/dev/dc
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/dc
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/dc')
-rw-r--r--sys/dev/dc/dcphy.c3
-rw-r--r--sys/dev/dc/pnphy.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/dc/dcphy.c b/sys/dev/dc/dcphy.c
index 5b4b8f5..8bc1dc8 100644
--- a/sys/dev/dc/dcphy.c
+++ b/sys/dev/dc/dcphy.c
@@ -42,9 +42,6 @@ __FBSDID("$FreeBSD$");
* which is harder to do.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/dev/dc/pnphy.c b/sys/dev/dc/pnphy.c
index 4cfed03..63891f5 100644
--- a/sys/dev/dc/pnphy.c
+++ b/sys/dev/dc/pnphy.c
@@ -40,9 +40,6 @@ __FBSDID("$FreeBSD$");
* NWAY to work right is amazingly difficult.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud