diff options
author | Rob Herring <robh@kernel.org> | 2023-05-02 19:02:42 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-06-21 15:50:54 +0200 |
commit | ca2fb05cb7e41d7f8b7399adbc2e71016483efad (patch) | |
tree | ac86e1d61fc4600f8cb72f82e2a74e7507902d02 /arch/arm/boot/dts/sun8i-h3-emlid-neutis-n5h3.dtsi | |
parent | Merge tag 'riscv-dt-for-v6.5-pt2' of https://git.kernel.org/pub/scm/linux/ker... (diff) | |
download | linux-ca2fb05cb7e41d7f8b7399adbc2e71016483efad.tar.xz linux-ca2fb05cb7e41d7f8b7399adbc2e71016483efad.zip |
ARM: dts: allwinner: Use quoted #include
In preparation to move .dts files into subdirectories, include
sunxi-h3-h5-emlid-neutis.dtsi from the current directory rather than the
symlinked include path.
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-h3-emlid-neutis-n5h3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-emlid-neutis-n5h3.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-emlid-neutis-n5h3.dtsi b/arch/arm/boot/dts/sun8i-h3-emlid-neutis-n5h3.dtsi index eedd5da5dc2f..35e71f46c197 100644 --- a/arch/arm/boot/dts/sun8i-h3-emlid-neutis-n5h3.dtsi +++ b/arch/arm/boot/dts/sun8i-h3-emlid-neutis-n5h3.dtsi @@ -8,4 +8,4 @@ /dts-v1/; #include "sun8i-h3.dtsi" -#include <arm/sunxi-h3-h5-emlid-neutis.dtsi> +#include "sunxi-h3-h5-emlid-neutis.dtsi" |