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:
parent
53af1aab62
commit
b7a6087769
|
@ -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>
|
||||
|
||||
|
|
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue