diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2015-10-18 00:35:50 +0300 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2015-11-18 19:00:53 +0300 |
commit | 1a24edd2ee4656610829fdda69e53fdc6fa4ee99 (patch) | |
tree | 1018bf67d760f24ce922f761ca4fec3663e7a993 /arch/arm/boot/dts/phy3250.dts | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) | |
download | linux-1a24edd2ee4656610829fdda69e53fdc6fa4ee99.tar.xz |
arm: dts: lpc32xx: change include syntax to be C preprocessor friendly
The change replaces /include/ to #include in lpc32xx.dtsi and
derivatives, it is required, if C preprocessor is intended to be used
over dtsi/dts files, otherwise errors like one below are generated:
Error: ea3250.dts:15.1-9 syntax error
FATAL ERROR: Unable to parse input tree
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/boot/dts/phy3250.dts')
-rw-r--r-- | arch/arm/boot/dts/phy3250.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/phy3250.dts b/arch/arm/boot/dts/phy3250.dts index 90fdbd77f274..2a2d2cfd02c8 100644 --- a/arch/arm/boot/dts/phy3250.dts +++ b/arch/arm/boot/dts/phy3250.dts @@ -12,7 +12,7 @@ */ /dts-v1/; -/include/ "lpc32xx.dtsi" +#include "lpc32xx.dtsi" / { model = "PHYTEC phyCORE-LPC3250 board based on NXP LPC3250"; |