Commit c579c24d authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Shawn Guo

arm64: dts: colibri-imx8x: improve include notation

Improve include notation. Usually only dtsi files from the same location
are included with an absolute path in quotes. Others should use a
relative path enclosed in angle brackets.
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 94bbd9d3
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Copyright 2019 Toradex * Copyright 2019 Toradex
*/ */
#include "dt-bindings/input/linux-event-codes.h" #include <dt-bindings/input/linux-event-codes.h>
/ { / {
aliases { aliases {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment