Commit 5aaf827a authored by Istvan Bisz's avatar Istvan Bisz Committed by Kumar Gala
Browse files

arch: arm: stm32f2: remove core zephyr header inclusions from soc.h



The stm32f2 version of soc.h misses the changes done in commit
aee97be7 ("arch: arm: soc: remove core zephyr header inclusions
from soc.h").

Signed-off-by: default avatarIstvan Bisz <istvan.bisz@t-online.hu>
parent 1af5ce40
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -23,12 +23,14 @@

#ifndef _ASMLANGUAGE

#include <device.h>
#include <misc/util.h>
#include <random/rand32.h>

#include <stm32f2xx.h>

/* ARM CMSIS definitions must be included before kernel_includes.h.
 * Therefore, it is essential to include kernel_includes.h after including
 * core SOC-specific headers.
 */
#include <kernel_includes.h>

#ifdef CONFIG_CLOCK_CONTROL_STM32_CUBE
#include <stm32f2xx_ll_utils.h>
#include <stm32f2xx_ll_bus.h>