Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc5fdbd4 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

ARM: dts: msm: Fix /include/ syntax in msmzirc.dtsi



Since device tree files are now being passed through the C
preprocessor, is is advantageous to use the #include syntax
for handling includes, rather than relying on DTC's include
mechanism.

Change-Id: Ic809bfa2f962401957ff04c97b7c6d78ce4bee0c
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 1ea601ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,4 +172,4 @@
	};
};

/include/ "msmzirc-regulator.dtsi"
#include "msmzirc-regulator.dtsi"