aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-11-08 21:04:44 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-11-08 21:04:44 +0000
commit7b3ac8969cc992f4a4f397e4d88f368eaa7e2817 (patch)
treecc85968a8999c3b9d38caef92fc92ed5bc93ffcd /sys
parent3f57c87ebf047847b5f599f58b1f7e52f3c7f94a (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/gfb/gfb_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/gfb/gfb_pci.c b/sys/dev/gfb/gfb_pci.c
index 3f81b1a6573e..3b3878146245 100644
--- a/sys/dev/gfb/gfb_pci.c
+++ b/sys/dev/gfb/gfb_pci.c
@@ -27,6 +27,8 @@
* Copyright (c) 2000 Andrew Miklic, Andrew Gallatin, and Thomas V. Crimi
*/
+#include "opt_fb.h"
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
@@ -68,8 +70,6 @@ __FBSDID("$FreeBSD$");
#endif /* __alpha__ */
-#include "opt_fb.h"
-
#if 0
static devclass_t gfb_devclass;
#endif