diff options
author | marius <marius@FreeBSD.org> | 2004-05-29 18:09:10 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2004-05-29 18:09:10 +0000 |
commit | 41c5d57ced7f4797e42cfa47abbb8dfb2a9bd528 (patch) | |
tree | 9c46067a63cd2a0ecae4cac3f88af6395c948f96 /sys/dev/mii/bmtphy.c | |
parent | 5a4326ce81f06763f8cd7408130adb2913f0675c (diff) | |
download | FreeBSD-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/bmtphy.c')
-rw-r--r-- | sys/dev/mii/bmtphy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mii/bmtphy.c b/sys/dev/mii/bmtphy.c index df5bdc5..f8cc195 100644 --- a/sys/dev/mii/bmtphy.c +++ b/sys/dev/mii/bmtphy.c @@ -35,9 +35,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * Copyright (c) 1997 Manuel Bouyer. All rights reserved. * @@ -70,6 +67,9 @@ __FBSDID("$FreeBSD$"); * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * Driver for the Broadcom BCM5201/BCM5202 "Mini-Theta" PHYs. This also * drives the PHY on the 3Com 3c905C. The 3c905C's PHY is described in |