summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_wb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_wb.c')
-rw-r--r--sys/pci/if_wb.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index d1e36e1..13b29b0 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -30,6 +30,9 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* Winbond fast ethernet PCI NIC driver
*
@@ -41,7 +44,6 @@
* Electrical Engineering Department
* Columbia University, New York City
*/
-
/*
* The Winbond W89C840F chip is a bus master; in some ways it resembles
* a DEC 'tulip' chip, only not as complicated. Unfortunately, it has
@@ -81,9 +83,6 @@
* three of my test boards seems fine.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include "opt_bdg.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud