提交 a2be1561 编写于 作者: T Thomas Petazzoni 提交者: Jason Cooper

ARM: mvebu: use C preprocessor include for Armada 375/38x DTs

Some of the Armada 375/38x DTs that were recently submitted were still
using the old-style /include/ instead of the new-style, C-preprocessor
based #include. Since we are going to start including more headers,
switching to the C-preprocessor based includes is important.
Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: NJason Cooper <jason@lakedaemon.net>
上级 a47172ea
......@@ -11,7 +11,7 @@
* warranty of any kind, whether express or implied.
*/
/include/ "skeleton.dtsi"
#include "skeleton.dtsi"
#define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
......
......@@ -12,7 +12,7 @@
* warranty of any kind, whether express or implied.
*/
/include/ "armada-38x.dtsi"
#include "armada-38x.dtsi"
/ {
model = "Marvell Armada 380 family SoC";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册