]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: orion5x: switch to preprocessor includes in DT
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Apr 2014 21:26:15 +0000 (23:26 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 26 Apr 2014 14:39:28 +0000 (14:39 +0000)
This commit switches the Orion5x Device Tree files to use C
preprocessor based includes, as it will allow us to use definitions
from header files in future commits.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1398202002-28530-12-git-send-email-thomas.petazzoni@free-electrons.com
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
arch/arm/boot/dts/orion5x.dtsi

index 5ed6c137690183c4586e6bdb7f00baa19f7b7054..0245bb3a4cb6f2c50cd462683053311a63bc9a99 100644 (file)
@@ -7,7 +7,8 @@
  */
 
 /dts-v1/;
-/include/ "orion5x.dtsi"
+
+#include "orion5x.dtsi"
 
 / {
        model = "LaCie Ethernet Disk mini V2";
index da57fb9f87b94f1e6b4f5e71bba886021f0127d9..2364e3dbc33c14c82923dd84a6695ce3ba87a915 100644 (file)
@@ -6,7 +6,7 @@
  * warranty of any kind, whether express or implied.
  */
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        model = "Marvell Orion5x SoC";