1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Sascha Hauer 2019-05-21 09:06:33 +02:00 committed by Miquel Raynal
parent 3045f8e369
commit 727ab978e5
1 changed files with 0 additions and 3 deletions

View File

@ -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 */