drivers: timer: stm32_lptim: 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-20 18:41:15 +01:00 committed by Carles Cufí
commit 53af1aab62
3 changed files with 2 additions and 10 deletions

View file

@ -6,6 +6,8 @@
*/
#include <soc.h>
#include <stm32_ll_lptim.h>
#include <stm32_ll_system.h>
#include <drivers/clock_control.h>
#include <drivers/clock_control/stm32_clock_control.h>
#include <drivers/timer/system_timer.h>