diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-05-31 16:12:54 +0100 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2013-06-27 13:49:43 +0100 |
commit | d3087c03f0de99bb0fa5fb7de970ace8aabfd31d (patch) | |
tree | 45cec5f146910443179a7eb74e1424f3a52e915b /arch/metag | |
parent | 6ad59a58b002ab760c171f05148183d37f83a991 (diff) |
metag: *.dts: include using preprocessor
Include *.dtsi files from *.dts using the preprocessor to set a good
example for future device tree files. Files included in the old way
don't get pre-processed.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Acked-by: Grant Likely <grant.likely@linaro.org>
Cc: devicetree-discuss@lists.ozlabs.org
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 @@ */ /dts-v1/; -/include/ "skeleton.dtsi" +#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 @@ * published by the Free Software Foundation. */ -/include/ "skeleton.dtsi" +#include "skeleton.dtsi" / { 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 @@ */ /dts-v1/; -/include/ "tz1090.dtsi" +#include "tz1090.dtsi" |