drivers: pinctrl: stm32: 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
8a42903506
commit
818c488fc9
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <zephyr/init.h>
|
||||||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||||
#include <zephyr/drivers/pinctrl.h>
|
#include <zephyr/drivers/pinctrl.h>
|
||||||
#include <gpio/gpio_stm32.h>
|
#include <gpio/gpio_stm32.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue