Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2016 13:31:44 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r310113 - head/sys/arm/broadcom/bcm2835
Message-ID:  <201612151331.uBFDViBw017104@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612151331.uBFDViBw017104>