From: Richard Genoud Date: Fri, 23 Jan 2026 11:44:36 +0000 (+0100) Subject: mtd: rawnand: sunxi: cosmetic: remove needless comment X-Git-Tag: v2026.04-rc2~24^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb8de350e936ed22698a65197413842f55c393f;p=thirdparty%2Fu-boot.git mtd: rawnand: sunxi: cosmetic: remove needless comment Remove 'complete' member from struct sunxi_nfc The 'complete' member isn't part of the structure, let's remove it. Reviewed-by: Andre Przywara Signed-off-by: Richard Genoud Signed-off-by: Michael Trimarchi --- diff --git a/drivers/mtd/nand/raw/sunxi_nand.c b/drivers/mtd/nand/raw/sunxi_nand.c index 1ce09b56b80..c6b9b2a4eba 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;