Skip to content

Commit 993b397

Browse files
ambarusvinodkoul
authored andcommitted
dmaengine: at_hdmac: Remove unused member of at_dma_chan
The pointer to at_dma engine was never used, remove it. Signed-off-by: Tudor Ambarus <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 304184f commit 993b397

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/dma/at_hdmac.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ enum atc_status {
253253
/**
254254
* struct at_dma_chan - internal representation of an Atmel HDMAC channel
255255
* @dma_chan: common dmaengine channel object members
256-
* @device: parent device
257256
* @ch_regs: memory mapped register base
258257
* @mask: channel index in a mask
259258
* @per_if: peripheral interface
@@ -273,7 +272,6 @@ enum atc_status {
273272
*/
274273
struct at_dma_chan {
275274
struct dma_chan dma_chan;
276-
struct at_dma *device;
277275
void __iomem *ch_regs;
278276
u8 mask;
279277
u8 per_if;

0 commit comments

Comments
 (0)