提交 707329ac 编写于 作者: B Boris Brezillon 提交者: Miquel Raynal

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: NBoris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: NMiquel Raynal <miquel.raynal@bootlin.com>
上级 a4c02537
......@@ -23,7 +23,6 @@
#include <linux/mtd/bbm.h>
#include <linux/types.h>
struct mtd_info;
struct nand_flash_dev;
struct device_node;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册