Skip to content

Commit 4616056

Browse files
gmarullstephanosio
authored andcommitted
soc: riscv: riscv-ite: fix include
<zephyr/zephyr/types.h> is no longer available, <zephyr/types.h> should be used instead. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 41a05e7 commit 4616056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/riscv/riscv-ite/common/pinctrl_soc.h

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

1010
#include <zephyr/devicetree.h>
1111
#include <zephyr/dt-bindings/pinctrl/it8xxx2-pinctrl.h>
12-
#include <zephyr/zephyr/types.h>
12+
#include <zephyr/types.h>
1313

1414
/**
1515
* @brief ITE IT8XXX2 pin type.

0 commit comments

Comments
 (0)