]> Pileus Git - ~andy/linux/commitdiff
metag: *.dts: include using preprocessor
authorJames Hogan <james.hogan@imgtec.com>
Fri, 31 May 2013 15:12:54 +0000 (16:12 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Thu, 27 Jun 2013 12:49:43 +0000 (13:49 +0100)
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
arch/metag/boot/dts/skeleton.dts
arch/metag/boot/dts/tz1090.dtsi
arch/metag/boot/dts/tz1090_generic.dts

index 7244d1f0d55534b0dad17a0194be8fbfaf40bb4a..7a49aeb365d0cc131fbe093216a8615715248950 100644 (file)
@@ -7,4 +7,4 @@
  */
 /dts-v1/;
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
index ca057f07cac1d5ab4276d88d2b8fa9640324c58f..ff7bb74abc4b0f952cadef6bb3e83cde917f417f 100644 (file)
@@ -6,7 +6,7 @@
  * published by the Free Software Foundation.
  */
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        compatible = "toumaz,tz1090", "img,meta";
index aa826cb842dead9034d11b687066a787ecfc057e..f960909559647e068839ce741496ae3cf88e4e75 100644 (file)
@@ -7,4 +7,4 @@
  */
 /dts-v1/;
 
-/include/ "tz1090.dtsi"
+#include "tz1090.dtsi"