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)
commit5405c92bc2cd0c09c7f9716af234b45ef66faa94
tree3c26f30e0085421bef3cabb7146a1375abb9c92c
parentbfaa7834b60e01135af4e8e06a9477bef2368f44
powerpc/dts: Use #include "..." to include local DT

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