Commit 36478585 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: remove unused members of dma_channel struct

parent 26fe19f7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -111,11 +111,8 @@ struct dma_channel {
	enum dma_chan_status chan_status;
	struct dma_register *regs;
	struct dmasg *sg;		/* large mode descriptor */
	unsigned int ctrl_num;	/* controller number */
	unsigned int irq;
	void *data;
	unsigned int dma_enable_flag;
	unsigned int loopback_flag;
#ifdef CONFIG_PM
	unsigned short saved_peripheral_map;
#endif