Use #include <> instead of #include "" to include a header file which path is not relative to the directory path of the file emitting the #include directive. This change was made running scripts/check_quoted_includes.py script proposed in https://github.com/zephyrproject-rtos/zephyr/pull/112135 with the Linux shell command below and manually selecting the applicable changes: $ find dts/arm -type f -exec ./scripts/check_quoted_includes.py -w {} \; Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
16 lines
228 B
Devicetree
16 lines
228 B
Devicetree
/*
|
|
* Copyright (c) 2018 Lexmark International, Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <skeleton.dtsi>
|
|
|
|
/ {
|
|
soc {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
compatible = "simple-bus";
|
|
ranges;
|
|
};
|
|
};
|