]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: bcm281xx: use #include for device tree files
authorMatt Porter <matt.porter@linaro.org>
Thu, 6 Jun 2013 05:41:34 +0000 (01:41 -0400)
committerChristian Daudt <csd@broadcom.com>
Tue, 11 Jun 2013 17:37:22 +0000 (10:37 -0700)
Replace /include/ by #include for bcm281xx device tree
files, enabling use of the C preprocessor.

Signed-off-by: Matt Porter <matt.porter@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Christian Daudt <csd@broadcom.com>
arch/arm/boot/dts/bcm11351-brt.dts
arch/arm/boot/dts/bcm11351.dtsi

index 248067cf7069cc5d710bdb528a6e9cad42ff1273..3392f64c34ae2ca94ac6a4a25cfbe697cb9e13df 100644 (file)
@@ -13,7 +13,7 @@
 
 /dts-v1/;
 
-/include/ "bcm11351.dtsi"
+#include "bcm11351.dtsi"
 
 / {
        model = "BCM11351 BRT board";
index 41b2c6c33f095e44cf695dbfaa5d325e094c7630..c08810ea860a704461bb01de88b0ac5d3bf5fb7d 100644 (file)
@@ -11,7 +11,7 @@
  * GNU General Public License for more details.
  */
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        model = "BCM11351 SoC";