mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined in
included headers.
This commit is contained in:
parent
3f57c87ebf
commit
7b3ac8969c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue