ARM: keystone: use #include to include skeleton.dtsi
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 5 Aug 2013 17:17:15 +0000 (13:17 -0400)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 5 Aug 2013 18:06:06 +0000 (14:06 -0400)
Replace /include/ (dtc) with #include (C pre-processor) to
include skeleton.dtsi

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/boot/dts/keystone.dts

index 1334b42..612ba8c 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /dts-v1/;
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        model = "Texas Instruments Keystone 2 SoC";