From 7b3ac8969cc992f4a4f397e4d88f368eaa7e2817 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 8 Nov 2002 21:04:44 +0000 Subject: Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined in included headers. --- sys/dev/gfb/gfb_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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 __FBSDID("$FreeBSD$"); @@ -68,8 +70,6 @@ __FBSDID("$FreeBSD$"); #endif /* __alpha__ */ -#include "opt_fb.h" - #if 0 static devclass_t gfb_devclass; #endif -- cgit v1.3