diff --git a/sys/dev/gfb/gfb_pci.c b/sys/dev/gfb/gfb_pci.c index 3f81b1a6573..3b387814624 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