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:
parent
3ef8451e82
commit
00ac525603
11 changed files with 2 additions and 41 deletions
|
@ -12,6 +12,7 @@
|
|||
*/
|
||||
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_dmamux.h>
|
||||
#include <init.h>
|
||||
#include <drivers/dma.h>
|
||||
#include <drivers/clock_control.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue