drivers: pinctrl: b91: add missing init.h
File was using SYS_INIT, from init.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
cd97eae73b
commit
cb69a0a342
|
@ -7,6 +7,7 @@
|
|||
#include "analog.h"
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
#include <zephyr/dt-bindings/pinctrl/b91-pinctrl.h>
|
||||
#include <zephyr/init.h>
|
||||
|
||||
#define DT_DRV_COMPAT telink_b91_pinctrl
|
||||
|
||||
|
|
Loading…
Reference in a new issue