drivers: dma: 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-20 18:33:07 +01:00 committed by Carles Cufí
commit 00ac525603
11 changed files with 2 additions and 41 deletions

View file

@ -8,6 +8,7 @@
#define DMA_STM32_H_
#include <soc.h>
#include <stm32_ll_dma.h>
#include <drivers/dma.h>
#include <drivers/clock_control/stm32_clock_control.h>