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:
andrew 2016-12-15 13:31:44 +00:00
parent 8b9ac4e4a6
commit 536d994946

View File

@ -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>