diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-11-08 21:04:44 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-08 21:04:44 +0000 |
| commit | 7b3ac8969cc992f4a4f397e4d88f368eaa7e2817 (patch) | |
| tree | cc85968a8999c3b9d38caef92fc92ed5bc93ffcd | |
| parent | 3f57c87ebf047847b5f599f58b1f7e52f3c7f94a (diff) | |
Notes
| -rw-r--r-- | sys/dev/gfb/gfb_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/gfb/gfb_pci.c b/sys/dev/gfb/gfb_pci.c index 3f81b1a6573e6..3b38781462453 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 |
