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/ccu9540.dts | |
parent | 90ccde4cd599e0d8de7009201b08e51ef30998b8 (diff) |
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/ccu9540.dts')
-rw-r--r-- | arch/arm/boot/dts/ccu9540.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ccu9540.dts b/arch/arm/boot/dts/ccu9540.dts index b657d71bc4f..ed29ec7288e 100644 --- a/arch/arm/boot/dts/ccu9540.dts +++ b/arch/arm/boot/dts/ccu9540.dts @@ -10,7 +10,7 @@ */ /dts-v1/; -/include/ "dbx5x0.dtsi" +#include "dbx5x0.dtsi" / { model = "ST-Ericsson CCU9540 platform with Device Tree"; |