ARM: davinci: da850: Use #include for all device trees
authorPhilip Avinash <avinashphilip@ti.com>
Fri, 14 Jun 2013 09:45:53 +0000 (15:15 +0530)
committerSekhar Nori <nsekhar@ti.com>
Thu, 20 Jun 2013 09:34:30 +0000 (15:04 +0530)
Replace /include/ by #include for da850 device tree files, in order to
use the C pre-processor, making use of #define features possible.

Signed-off-by: Philip Avinash <avinashphilip@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-enbw-cmc.dts
arch/arm/boot/dts/da850-evm.dts
arch/arm/boot/dts/da850.dtsi

index 422fdb3..e750ab9 100644 (file)
@@ -10,7 +10,7 @@
  * option) any later version.
  */
 /dts-v1/;
-/include/ "da850.dtsi"
+#include "da850.dtsi"
 
 / {
        compatible = "enbw,cmc", "ti,da850";
index c914357..5bce7cc 100644 (file)
@@ -8,7 +8,7 @@
  * Free Software Foundation, version 2.
  */
 /dts-v1/;
-/include/ "da850.dtsi"
+#include "da850.dtsi"
 
 / {
        compatible = "ti,da850-evm", "ti,da850";
index 2c88313..54256a6 100644 (file)
@@ -7,7 +7,7 @@
  * Free Software Foundation;  either version 2 of the  License, or (at your
  * option) any later version.
  */
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        arm {