drivers: i2s: 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
42eb8d7336
commit
f8710aa722
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
#include <drivers/i2s.h>
|
||||
#include <dt-bindings/dma/stm32_dma.h>
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_rcc.h>
|
||||
#include <stm32_ll_spi.h>
|
||||
#include <drivers/clock_control/stm32_clock_control.h>
|
||||
#include <drivers/clock_control.h>
|
||||
#include <pinmux/stm32/pinmux_stm32.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue