diff options
author | Gabriel Fernandez <gabriel.fernandez@st.com> | 2013-05-27 15:30:53 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-29 18:38:40 +0200 |
commit | 807e8838e309a8076dcccac1a399522e20bf229c (patch) | |
tree | 6c636bc353b46cccdd8f31f4a5a806c860a173ac /arch/arm/boot/dts/hrefprev60.dts | |
parent | 90ccde4cd599e0d8de7009201b08e51ef30998b8 (diff) | |
download | blackbird-op-linux-807e8838e309a8076dcccac1a399522e20bf229c.tar.gz blackbird-op-linux-807e8838e309a8076dcccac1a399522e20bf229c.zip |
ARM: ux500: use #include syntax to include *.dtsi.
This patch prepares the use of '#define' into dts files.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/hrefprev60.dts')
-rw-r--r-- | arch/arm/boot/dts/hrefprev60.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/hrefprev60.dts b/arch/arm/boot/dts/hrefprev60.dts index 8a9357b4648a..23c6dc156ab1 100644 --- a/arch/arm/boot/dts/hrefprev60.dts +++ b/arch/arm/boot/dts/hrefprev60.dts @@ -10,9 +10,9 @@ */ /dts-v1/; -/include/ "dbx5x0.dtsi" -/include/ "href.dtsi" -/include/ "stuib.dtsi" +#include "dbx5x0.dtsi" +#include "href.dtsi" +#include "stuib.dtsi" / { model = "ST-Ericsson HREF (pre-v60) platform with Device Tree"; |