summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-08 21:04:44 +0000
committerjhb <jhb@FreeBSD.org>2002-11-08 21:04:44 +0000
commitf47ce099d47d08b23a27b71e932f660e2007ddc4 (patch)
treecc85968a8999c3b9d38caef92fc92ed5bc93ffcd /sys
parent7dbfeb6da19e3f5078537b0bf4984cbca3734174 (diff)
downloadFreeBSD-src-f47ce099d47d08b23a27b71e932f660e2007ddc4.zip
FreeBSD-src-f47ce099d47d08b23a27b71e932f660e2007ddc4.tar.gz
Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined in
included headers.
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 3f81b1a..3b38781 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
OpenPOWER on IntegriCloud