Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+3 -3
+1 -1
arch/metag/boot/dts/skeleton.dts
··· 7 7 */ 8 8 /dts-v1/; 9 9 10 - /include/ "skeleton.dtsi" 10 + #include "skeleton.dtsi"
+1 -1
arch/metag/boot/dts/tz1090.dtsi
··· 6 6 * published by the Free Software Foundation. 7 7 */ 8 8 9 - /include/ "skeleton.dtsi" 9 + #include "skeleton.dtsi" 10 10 11 11 / { 12 12 compatible = "toumaz,tz1090", "img,meta";
+1 -1
arch/metag/boot/dts/tz1090_generic.dts
··· 7 7 */ 8 8 /dts-v1/; 9 9 10 - /include/ "tz1090.dtsi" 10 + #include "tz1090.dtsi"