Skip to content

Commit 5a44f2e

Browse files
gmarullfabiobaltieri
authored andcommitted
include: add missing zephyr/ prefixes
Some files were missed during the migration. This patch adds the prefix where missing. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 855216f commit 5a44f2e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dts/arm/aspeed/ast10x0.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include <arm/armv7-m.dtsi>
88
#include <mem.h>
9-
#include <dt-bindings/clock/ast10x0_clock.h>
9+
#include <zephyr/dt-bindings/clock/ast10x0_clock.h>
1010

1111
/ {
1212
cpus {

dts/arm/microchip/mec152x/mec152xhsz-pinctrl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <dt-bindings/pinctrl/mchp-xec-pinctrl.h>
7+
#include <zephyr/dt-bindings/pinctrl/mchp-xec-pinctrl.h>
88

99
&pinctrl {
1010
/* ADC */

dts/riscv/mpfs-icicle.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
#include <skeleton.dtsi>
8-
#include <dt-bindings/gpio/gpio.h>
8+
#include <zephyr/dt-bindings/gpio/gpio.h>
99

1010
/ {
1111
#address-cells = <1>;

tests/subsys/settings/functional/fcb/settings_test_fcb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* Copyright (c) 2022 Nordic semiconductor ASA */
33

44
#include <zephyr/zephyr.h>
5-
#include <ztest.h>
5+
#include <zephyr/ztest.h>
66
#include <errno.h>
77
#include <zephyr/settings/settings.h>
88
#include <zephyr/fs/fcb.h>

tests/subsys/settings/functional/file/settings_test_fs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* Copyright (c) 2022 Nordic semiconductor ASA */
33

44
#include <zephyr/zephyr.h>
5-
#include <ztest.h>
5+
#include <zephyr/ztest.h>
66
#include <errno.h>
77
#include <zephyr/settings/settings.h>
88
#include <zephyr/fs/fs.h>

tests/subsys/settings/functional/nvs/settings_test_nvs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* Copyright (c) 2022 Nordic semiconductor ASA */
33

44
#include <zephyr/zephyr.h>
5-
#include <ztest.h>
5+
#include <zephyr/ztest.h>
66
#include <errno.h>
77
#include <zephyr/settings/settings.h>
88
#include <zephyr/fs/nvs.h>

0 commit comments

Comments
 (0)