Skip to content

Commit

Permalink
ARM: davinci: da850: Use #include for all device trees
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philip Avinash authored and Sekhar Nori committed Jun 20, 2013
1 parent 7d13205 commit a2bcd77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/da850-enbw-cmc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* option) any later version.
*/
/dts-v1/;
/include/ "da850.dtsi"
#include "da850.dtsi"

/ {
compatible = "enbw,cmc", "ti,da850";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/da850-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Free Software Foundation, version 2.
*/
/dts-v1/;
/include/ "da850.dtsi"
#include "da850.dtsi"

/ {
compatible = "ti,da850-evm", "ti,da850";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/da850.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a2bcd77

Please sign in to comment.