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 Turner 2016-12-15 13:31:44 +00:00
parent 7e9de36c3a
commit cf1db37a45

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>