Commit 993b3977 authored by Tudor Ambarus's avatar Tudor Ambarus Committed by Vinod Koul
Browse files

dmaengine: at_hdmac: Remove unused member of at_dma_chan

parent 304184f7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -253,7 +253,6 @@ enum atc_status {
/**
 * struct at_dma_chan - internal representation of an Atmel HDMAC channel
 * @dma_chan: common dmaengine channel object members
 * @device: parent device
 * @ch_regs: memory mapped register base
 * @mask: channel index in a mask
 * @per_if: peripheral interface
@@ -273,7 +272,6 @@ enum atc_status {
 */
struct at_dma_chan {
	struct dma_chan		dma_chan;
	struct at_dma		*device;
	void __iomem		*ch_regs;
	u8			mask;
	u8			per_if;