From: Thomas Petazzoni Date: Thu, 20 Feb 2014 11:11:29 +0000 (+0100) Subject: ARM: mvebu: use C preprocessor include for Armada 375/38x DTs X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a2be1561a3f6ea5e7ffb1ce42c0db9cb1bc7ab28;p=linux-beck.git ARM: mvebu: use C preprocessor include for Armada 375/38x DTs 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 Acked-by: Gregory CLEMENT Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/armada-375.dtsi b/arch/arm/boot/dts/armada-375.dtsi index 9f5cb5163a7e..c89fee488319 100644 --- a/arch/arm/boot/dts/armada-375.dtsi +++ b/arch/arm/boot/dts/armada-375.dtsi @@ -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)) diff --git a/arch/arm/boot/dts/armada-380.dtsi b/arch/arm/boot/dts/armada-380.dtsi index 5a46ec7d207b..82b33473a146 100644 --- a/arch/arm/boot/dts/armada-380.dtsi +++ b/arch/arm/boot/dts/armada-380.dtsi @@ -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";