Skip to content

Commit

Permalink
drivers: pinctrl: imx: add missing init.h
Browse files Browse the repository at this point in the history
File used SYS_INIT API from init.h.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and fabiobaltieri committed Aug 29, 2023
1 parent 1b361f9 commit 0b8a7c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pinctrl/pinctrl_imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

#include <zephyr/arch/cpu.h>
#include <zephyr/init.h>
#include <zephyr/drivers/pinctrl.h>

int pinctrl_configure_pins(const pinctrl_soc_pin_t *pins, uint8_t pin_cnt,
Expand Down

0 comments on commit 0b8a7c0

Please sign in to comment.