diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-05-24 08:10:10 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-06-02 03:07:29 +0300 |
commit | cf5cde2199058f1aed33f8b5f637c02a95936031 (patch) | |
tree | 4c49521109bb5ee853e56a220999d0b79ba35cc0 /drivers/memory | |
parent | 791229f1d530a0f0a680a4c09f98199792485f33 (diff) | |
download | linux-cf5cde2199058f1aed33f8b5f637c02a95936031.tar.xz |
ARM: dts: versatile: use #include "..." to include local DT
Most of DT files in ARM use #include "..." to make pre-processor
include DT in the same directory, but this is one of the exceptional
files that use #include <...> for that.
Fix it to remove -I$(srctree)/arch/$(SRCARCH)/boot/dts path from
dtc_cpp_flags.
ARM: dts: versatile: use #include "..." to include DT in the same directory
Most of DT files in ARM use #include "..." to make pre-processor
include DT in the same directory, but we have 3 exceptional files
that use #include <...> for that.
They must be fixed 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: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/memory')
0 files changed, 0 insertions, 0 deletions