diff options
-rw-r--r-- | sys/dev/mii/e1000phy.c | 6 |
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. */ |