diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2013-05-31 16:32:55 +0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-19 03:53:38 +0400 |
commit | 98ef795714a31b3470e9fdd6e977f6733b83f101 (patch) | |
tree | e4967de6b9b47a8edfb190d32e1c8c86f7f9f316 /arch/arm/boot/dts/omap3-igep0020.dts | |
parent | fdc6a2ddd8ee033ffcd8a63ea81a96272587da04 (diff) | |
download | linux-98ef795714a31b3470e9fdd6e977f6733b83f101.tar.xz |
ARM: dts: OMAP2+: Use #include for all device trees
Replace /include/ by #include for OMAP2+ DT, in order to use the
C pre-processor, making use of #define features possible.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/omap3-igep0020.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-igep0020.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts index 0ba43136a37f..c50ce5927af7 100644 --- a/arch/arm/boot/dts/omap3-igep0020.dts +++ b/arch/arm/boot/dts/omap3-igep0020.dts @@ -9,7 +9,7 @@ * published by the Free Software Foundation. */ -/include/ "omap3-igep.dtsi" +#include "omap3-igep.dtsi" / { model = "IGEPv2"; |