ARM: mvebu: use C preprocessor include for Armada 375/38x DTs
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 20 Feb 2014 11:11:29 +0000 (12:11 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sat, 22 Feb 2014 04:10:41 +0000 (04:10 +0000)
Some of the Armada 375/38x DTs that were recently submitted were still
using the old-style /include/ instead of the new-style, C-preprocessor
based #include. Since we are going to start including more headers,
switching to the C-preprocessor based includes is important.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-375.dtsi
arch/arm/boot/dts/armada-380.dtsi

index 9f5cb5163a7e19b3d02f2cb3104cf57fce7d8cd1..c89fee48831932a353fe898c29b02126df6dc05a 100644 (file)
@@ -11,7 +11,7 @@
  * warranty of any kind, whether express or implied.
  */
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
 
index 5a46ec7d207b123c82a4f3e9536402d90035f43e..82b33473a14634b3c49f1ed5a762b483a8b0439c 100644 (file)
@@ -12,7 +12,7 @@
  * warranty of any kind, whether express or implied.
  */
 
-/include/ "armada-38x.dtsi"
+#include "armada-38x.dtsi"
 
 / {
        model = "Marvell Armada 380 family SoC";