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:
Aurelien Jarno 2018-06-28 21:52:42 +02:00 committed by Kumar Gala
commit fa83a4d131

View file

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