From f47ce099d47d08b23a27b71e932f660e2007ddc4 Mon Sep 17 00:00:00 2001 From: jhb 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 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 __FBSDID("$FreeBSD$"); @@ -68,8 +70,6 @@ __FBSDID("$FreeBSD$"); #endif /* __alpha__ */ -#include "opt_fb.h" - #if 0 static devclass_t gfb_devclass; #endif -- cgit v1.1