OSDN Git Service

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 27fcabc..83bcfd8 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 
-#include <mpc5121.dtsi>
+#include "mpc5121.dtsi"
 
 / {
        model = "ac14xx";
index fcaa9ba..1e81a7e 100644 (file)
@@ -9,7 +9,7 @@
  * option) any later version.
  */
 
-#include <mpc5121.dtsi>
+#include "mpc5121.dtsi"
 
 / {
        model = "mpc5121ads";
index 0cec724..445b881 100644 (file)
@@ -13,7 +13,7 @@
  * option) any later version.
  */
 
-#include <mpc5121.dtsi>
+#include "mpc5121.dtsi"
 
 / {
        model = "pdm360ng";