treewide: dts: use C style includes

No functional change but allows me to use one script to compile all
device tree source files.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2016-11-11 07:32:12 +01:00
parent de40d45363
commit 77b807999d
7 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
*/
/dts-v1/;
/include/ "mcs8140.dtsi"
#include "mcs8140.dtsi"
/ {
model = "Devolo dLAN USB Extender";

View file

@ -6,7 +6,7 @@
* Licensed under GPLv2.
*/
/include/ "skeleton.dtsi"
#include "skeleton.dtsi"
/ {
model = "Moschip MCS8140 family SoC";

View file

@ -7,7 +7,7 @@
*/
/dts-v1/;
/include/ "mcs8140.dtsi"
#include "mcs8140.dtsi"
/ {
model = "Tigal RBT-832";

View file

@ -6,7 +6,7 @@
* published by the Free Software Foundation.
*/
/include/ "skeleton.dtsi"
#include "skeleton.dtsi"
/ {
compatible = "plxtech,nas7820", "plxtech,nas782x";

View file

@ -1,6 +1,6 @@
/dts-v1/;
/include/ "mt7620a.dtsi"
#include "mt7620a.dtsi"
/ {
compatible = "dlink,dch-m225", "ralink,mt7620a-soc";

View file

@ -1,6 +1,6 @@
/dts-v1/;
/include/ "mt7628an.dtsi"
#include "mt7628an.dtsi"
/ {
compatible = "duzun,dm06-mt7628an", "mediatek,mt7628an-soc";

View file

@ -1,6 +1,6 @@
/dts-v1/;
/include/ "mt7628an.dtsi"
#include "mt7628an.dtsi"
/ {
compatible = "mercury,mac1200rv2", "mediatek,mt7628an-soc";