diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-20 15:11:29 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-22 08:10:41 +0400 |
commit | a2be1561a3f6ea5e7ffb1ce42c0db9cb1bc7ab28 (patch) | |
tree | 2a6a0ac6376cf5a867d5501320bfadd33cad11a6 /arch/arm/boot/dts/armada-375.dtsi | |
parent | a47172ead196b9cab9e1eebca93fb4ae88927df4 (diff) | |
download | linux-a2be1561a3f6ea5e7ffb1ce42c0db9cb1bc7ab28.tar.xz |
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 <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-375.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-375.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |