svn commit: r310113 - head/sys/arm/broadcom/bcm2835

Andrew Turner andrew at FreeBSD.org
Thu Dec 15 13:31:45 UTC 2016


Author: andrew
Date: Thu Dec 15 13:31:44 2016
New Revision: 310113
URL: https://svnweb.freebsd.org/changeset/base/310113

Log:
  Directly include openfirm.h rather than through fdt_common.h as none of the
  latter file is needed.
  
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c	Thu Dec 15 12:57:03 2016	(r310112)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c	Thu Dec 15 13:31:44 2016	(r310113)
@@ -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>


More information about the svn-src-all mailing list