Skip to content

Commit cb69a0a

Browse files
gmarullcarlescufi
authored andcommitted
drivers: pinctrl: b91: add missing init.h
File was using SYS_INIT, from init.h. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent cd97eae commit cb69a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/pinctrl_b91.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "analog.h"
88
#include <zephyr/drivers/pinctrl.h>
99
#include <zephyr/dt-bindings/pinctrl/b91-pinctrl.h>
10+
#include <zephyr/init.h>
1011

1112
#define DT_DRV_COMPAT telink_b91_pinctrl
1213

0 commit comments

Comments
 (0)