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 248067c..3392f64 100644 (file)
@@ -13,7 +13,7 @@
 
 /dts-v1/;
 
-/include/ "bcm11351.dtsi"
+#include "bcm11351.dtsi"
 
 / {
        model = "BCM11351 BRT board";
index 41b2c6c..c08810e 100644 (file)
@@ -11,7 +11,7 @@
  * GNU General Public License for more details.
  */
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        model = "BCM11351 SoC";