include: dt-bindings: remove dma header for stm32 soc
All the macro for dma-cells are now in the include/drivers/dma/dma_stm32.h header file. So the include/dt-bindings/dma/stm32_dma.h is no more useful and removed from #include. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
30fd0228ae
commit
8fe0831c6b
6 changed files with 1 additions and 39 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <string.h>
|
||||
#include <drivers/dma.h>
|
||||
#include <drivers/i2s.h>
|
||||
#include <dt-bindings/dma/stm32_dma.h>
|
||||
#include <drivers/dma/dma_stm32.h>
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_rcc.h>
|
||||
#include <stm32_ll_spi.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue