diff options
Diffstat (limited to 'arch/metag')
-rw-r--r-- | arch/metag/boot/dts/skeleton.dts | 2 | ||||
-rw-r--r-- | arch/metag/boot/dts/tz1090.dtsi | 2 | ||||
-rw-r--r-- | arch/metag/boot/dts/tz1090_generic.dts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/metag/boot/dts/skeleton.dts b/arch/metag/boot/dts/skeleton.dts index 7244d1f0d555..7a49aeb365d0 100644 --- a/arch/metag/boot/dts/skeleton.dts +++ b/arch/metag/boot/dts/skeleton.dts | |||
@@ -7,4 +7,4 @@ | |||
7 | */ | 7 | */ |
8 | /dts-v1/; | 8 | /dts-v1/; |
9 | 9 | ||
10 | /include/ "skeleton.dtsi" | 10 | #include "skeleton.dtsi" |
diff --git a/arch/metag/boot/dts/tz1090.dtsi b/arch/metag/boot/dts/tz1090.dtsi index ca057f07cac1..ff7bb74abc4b 100644 --- a/arch/metag/boot/dts/tz1090.dtsi +++ b/arch/metag/boot/dts/tz1090.dtsi | |||
@@ -6,7 +6,7 @@ | |||
6 | * published by the Free Software Foundation. | 6 | * published by the Free Software Foundation. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /include/ "skeleton.dtsi" | 9 | #include "skeleton.dtsi" |
10 | 10 | ||
11 | / { | 11 | / { |
12 | compatible = "toumaz,tz1090", "img,meta"; | 12 | compatible = "toumaz,tz1090", "img,meta"; |
diff --git a/arch/metag/boot/dts/tz1090_generic.dts b/arch/metag/boot/dts/tz1090_generic.dts index aa826cb842de..f96090955964 100644 --- a/arch/metag/boot/dts/tz1090_generic.dts +++ b/arch/metag/boot/dts/tz1090_generic.dts | |||
@@ -7,4 +7,4 @@ | |||
7 | */ | 7 | */ |
8 | /dts-v1/; | 8 | /dts-v1/; |
9 | 9 | ||
10 | /include/ "tz1090.dtsi" | 10 | #include "tz1090.dtsi" |