]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/dts: Use #include "..." to include local DT
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 24 May 2017 05:12:24 +0000 (14:12 +0900)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 3 Jul 2017 13:00:33 +0000 (23:00 +1000)
Most of DT files in PowerPC use #include "..." to make pre-processor
include DT in the same directory, but we have 3 exceptional files
that use #include <...> for that.

Fix them to remove -I$(srctree)/arch/$(SRCARCH)/boot/dts path from
dtc_cpp_flags.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/dts/ac14xx.dts
arch/powerpc/boot/dts/mpc5121ads.dts
arch/powerpc/boot/dts/pdm360ng.dts

index 27fcabc2f85769ed0bff24770c3ec192df83a7e6..83bcfd8651675abd2a258bfe8fc05fd62363e81a 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 
-#include <mpc5121.dtsi>
+#include "mpc5121.dtsi"
 
 / {
        model = "ac14xx";
index fcaa9bad4bda75219361948038811215e06aaf88..1e81a7e32d181f70695071e9c7ff09d2c59e82c6 100644 (file)
@@ -9,7 +9,7 @@
  * option) any later version.
  */
 
-#include <mpc5121.dtsi>
+#include "mpc5121.dtsi"
 
 / {
        model = "mpc5121ads";
index 0cec7244abe7ab7782db9f3318154155f0b2bc5e..445b88114009371ad9f3e2791b1df70fe5fb9c62 100644 (file)
@@ -13,7 +13,7 @@
  * option) any later version.
  */
 
-#include <mpc5121.dtsi>
+#include "mpc5121.dtsi"
 
 / {
        model = "pdm360ng";