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>
This commit is contained in:
Thomas Petazzoni 2014-02-20 12:11:29 +01:00 committed by Jason Cooper
parent a47172ead1
commit a2be1561a3
2 changed files with 2 additions and 2 deletions

View 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))

View 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";