diff options
author | Philip Avinash <avinashphilip@ti.com> | 2013-06-14 11:45:53 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-06-20 11:34:30 +0200 |
commit | a2bcd776597aa7ed655314fbbb911dd6eaa8dd96 (patch) | |
tree | 8ec73134c39eefcee2cf83cd4b19596ab98cff15 /arch/arm/boot/dts/da850.dtsi | |
parent | Linux 3.10-rc6 (diff) | |
download | linux-a2bcd776597aa7ed655314fbbb911dd6eaa8dd96.tar.xz linux-a2bcd776597aa7ed655314fbbb911dd6eaa8dd96.zip |
ARM: davinci: da850: Use #include for all device trees
Replace /include/ by #include for da850 device tree files, in order to
use the C pre-processor, making use of #define features possible.
Signed-off-by: Philip Avinash <avinashphilip@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850.dtsi')
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 2c88313d2c7a..54256a6da10e 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -7,7 +7,7 @@ * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. */ -/include/ "skeleton.dtsi" +#include "skeleton.dtsi" / { arm { |