Skip to content

Commit d1c6524

Browse files
Dr. David Alan Gilbertvinodkoul
authored andcommitted
dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'
Remove unused struct 'moxart_filter_data' Signed-off-by: Dr. David Alan Gilbert <[email protected]> Reviewed-by: Frank Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 671bc17 commit d1c6524

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/dma/moxart-dma.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ struct moxart_dmadev {
148148
unsigned int irq;
149149
};
150150

151-
struct moxart_filter_data {
152-
struct moxart_dmadev *mdc;
153-
struct of_phandle_args *dma_spec;
154-
};
155-
156151
static const unsigned int es_bytes[] = {
157152
[MOXART_DMA_DATA_TYPE_S8] = 1,
158153
[MOXART_DMA_DATA_TYPE_S16] = 2,

0 commit comments

Comments
 (0)