drivers: pinctrl: lpc_iocon: add missing init.h
File was using SYS_INIT without including init.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
00ff421129
commit
0ce1091126
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
*/
|
||||
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
#include <zephyr/init.h>
|
||||
|
||||
#if !defined(CONFIG_SOC_SERIES_LPC11U6X)
|
||||
#include <fsl_clock.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue