dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'
@ 2024-05-16 15:28 linux
  2024-05-20 16:21 ` Frank Li
  2024-06-11 18:28 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: linux @ 2024-05-16 15:28 UTC (permalink / raw)
  To: Frank.li, vkoul; +Cc: dmaengine, linux-kernel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

Remove unused struct 'moxart_filter_data'

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 drivers/dma/moxart-dma.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/dma/moxart-dma.c b/drivers/dma/moxart-dma.c
index c48d68cbff92..66dc6d31b603 100644
--- a/drivers/dma/moxart-dma.c
+++ b/drivers/dma/moxart-dma.c
@@ -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,
-- 
2.45.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-11 18:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-16 15:28 [PATCH v2] dmaengine: moxart-dma: remove unused struct 'moxart_filter_data' linux
2024-05-20 16:21 ` Frank Li
2024-06-11 18:28 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).