mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 12:21:37 +00:00
dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'
Remove unused struct 'moxart_filter_data' Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Frank Li <Frank.Li@nxp.com> Link: https://lore.kernel.org/r/20240516152825.262578-1-linux@treblig.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
671bc17fc4
commit
d1c6524e3e
@ -148,11 +148,6 @@ struct moxart_dmadev {
|
||||
unsigned int irq;
|
||||
};
|
||||
|
||||
struct moxart_filter_data {
|
||||
struct moxart_dmadev *mdc;
|
||||
struct of_phandle_args *dma_spec;
|
||||
};
|
||||
|
||||
static const unsigned int es_bytes[] = {
|
||||
[MOXART_DMA_DATA_TYPE_S8] = 1,
|
||||
[MOXART_DMA_DATA_TYPE_S16] = 2,
|
||||
|
Loading…
Reference in New Issue
Block a user