drivers: ipm: stm32: use generic LL headers

Use generic LL headers instead of depending on soc.h.

Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
Martin Jäger 2020-11-25 13:42:12 +01:00 committed by Carles Cufí
parent 53af1aab62
commit b7a6087769
2 changed files with 1 additions and 4 deletions

View File

@ -11,6 +11,7 @@
#include <errno.h>
#include <drivers/ipm.h>
#include <soc.h>
#include <stm32_ll_ipcc.h>
#include <drivers/clock_control/stm32_clock_control.h>

View File

@ -34,10 +34,6 @@
#include <stm32mp1xx_ll_system.h>
#endif
#ifdef CONFIG_IPM_STM32_IPCC
#include <stm32mp1xx_ll_ipcc.h>
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32MP1SOC_H_ */