Commit 727ab978 authored by Sascha Hauer's avatar Sascha Hauer Committed by Miquel Raynal
Browse files

mtd: rawnand: gpmi: remove unused variable



The "private" member of struct gpmi_nand_data isn't used anywhere.
Remove it.

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 3045f8e3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */