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

@ -12,6 +12,7 @@
*/
#include <soc.h>
#include <stm32_ll_dmamux.h>
#include <init.h>
#include <drivers/dma.h>
#include <drivers/clock_control.h>