]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
Directly include openfirm.h rather than through fdt_common.h as none of the
authorandrew <andrew@FreeBSD.org>
Thu, 15 Dec 2016 13:31:44 +0000 (13:31 +0000)
committerandrew <andrew@FreeBSD.org>
Thu, 15 Dec 2016 13:31:44 +0000 (13:31 +0000)
latter file is needed.

Sponsored by: ABT Systems Ltd

sys/arm/broadcom/bcm2835/bcm2835_machdep.c

index 5101f62c3d4183e9f6c7ebb08461294757c634dc..5d0507998b3d0133cd003a2ab3736174d649a232 100644 (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>