drivers: crypto_stm32: include soc.h in driver
include soc.h in crypto driver for stm32 for fixing build errors when enabling cryp/AES nodes in devicetree Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/47379 Signed-off-by: Tobias BA <ext-tba@trackunit.com>
This commit is contained in:
parent
0fa7907f3e
commit
2c183f269b
|
@ -12,6 +12,7 @@
|
|||
#include <zephyr/drivers/clock_control/stm32_clock_control.h>
|
||||
#include <zephyr/drivers/clock_control.h>
|
||||
#include <zephyr/sys/byteorder.h>
|
||||
#include <soc.h>
|
||||
|
||||
#include "crypto_stm32_priv.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue