Remove 'complete' member from struct sunxi_nfc The 'complete' member isn't part of the structure, let's remove it.
Signed-off-by: Richard Genoud <[email protected]> --- drivers/mtd/nand/raw/sunxi_nand.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mtd/nand/raw/sunxi_nand.c b/drivers/mtd/nand/raw/sunxi_nand.c index 1ce09b56b804..c6b9b2a4ebac 100644 --- a/drivers/mtd/nand/raw/sunxi_nand.c +++ b/drivers/mtd/nand/raw/sunxi_nand.c @@ -270,8 +270,6 @@ static inline struct sunxi_nand_chip *to_sunxi_nand(struct nand_chip *nand) * @clk_rate: NAND controller current clock rate * @chips: a list containing all the NAND chips attached to * this NAND controller - * @complete: a completion object used to wait for NAND - * controller events */ struct sunxi_nfc { struct nand_hw_control controller;

