Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 707329ac authored by Boris Brezillon's avatar Boris Brezillon Committed by Miquel Raynal
Browse files

mtd: rawnand: Remove forward declaration of mtd_info



struct mtd_info is defined in linux/mtd/mtd.h which is included
at the beginning of nand_base.c, there's thus no need for the
forward declaration of mtd_info.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent a4c02537
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <linux/mtd/bbm.h>
#include <linux/types.h>

struct mtd_info;
struct nand_flash_dev;
struct device_node;