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:
Tobias BA 2022-07-08 14:53:25 +02:00 committed by Fabio Baltieri
parent 0fa7907f3e
commit 2c183f269b

View file

@ -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"