mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Directly include openfirm.h rather than through fdt_common.h as none of the
latter file is needed. Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
7e9de36c3a
commit
cf1db37a45
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <machine/platform.h>
|
||||
#include <machine/platformvar.h>
|
||||
|
||||
#include <dev/fdt/fdt_common.h>
|
||||
#include <dev/ofw/openfirm.h>
|
||||
|
||||
#include <arm/broadcom/bcm2835/bcm2835_wdog.h>
|
||||
#include <arm/broadcom/bcm2835/bcm2836_mp.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue