mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
mtd: rawnand: gpmi: remove unused variable
The "private" member of struct gpmi_nand_data isn't used anywhere. Remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
This commit is contained in:
parent
3045f8e369
commit
727ab978e5
@ -154,9 +154,6 @@ struct gpmi_nand_data {
|
||||
#define DMA_CHANS 8
|
||||
struct dma_chan *dma_chans[DMA_CHANS];
|
||||
struct completion dma_done;
|
||||
|
||||
/* private */
|
||||
void *private;
|
||||
};
|
||||
|
||||
/* BCH : Status Block Completion Codes */
|
||||
|
Loading…
Reference in New Issue
Block a user