arch: arm: stm32f7: remove core zephyr header inclusions from soc.h
The stm32f7 version of soc.h misses the changes done in commit
aee97be710
("arch: arm: soc: remove core zephyr header inclusions
from soc.h") as it was not merged at that time. Fix that.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
8fe9f432d2
commit
fa83a4d131
1 changed files with 2 additions and 2 deletions
|
@ -23,10 +23,10 @@
|
|||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <device.h>
|
||||
#include <misc/util.h>
|
||||
#include <stm32f7xx.h>
|
||||
|
||||
#include <kernel_includes.h>
|
||||
|
||||
#ifdef CONFIG_CLOCK_CONTROL_STM32_CUBE
|
||||
#include <stm32f7xx_ll_utils.h>
|
||||
#include <stm32f7xx_ll_bus.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue