soc: atmel_sam0: Remove unused DMA macro
All users of ATMEL_SAM0_DT_INST_DMA_NAME are now using ATMEL_SAM0_DT_INST_DMA_CTLR so we can remove the macro. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
0f0308c197
commit
85aec4121b
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@
|
|||
ATMEL_SAM0_DT_INST_DMA_CELL(n, name, trigsrc)
|
||||
#define ATMEL_SAM0_DT_INST_DMA_CHANNEL(n, name) \
|
||||
ATMEL_SAM0_DT_INST_DMA_CELL(n, name, channel)
|
||||
#define ATMEL_SAM0_DT_INST_DMA_NAME(n, name) \
|
||||
COND_CODE_1(DT_INST_NODE_HAS_PROP(n, dmas), \
|
||||
(DT_INST_DMAS_LABEL_BY_NAME(n, name)), \
|
||||
(NULL))
|
||||
#define ATMEL_SAM0_DT_INST_DMA_CTLR(n, name) \
|
||||
COND_CODE_1(DT_INST_NODE_HAS_PROP(n, dmas), \
|
||||
(DT_INST_DMAS_CTLR_BY_NAME(n, name)), \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue