commit | 707329aca6e0cf5781ca7f62c39bdcb5f87e9c23 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Thu Jul 05 12:27:28 2018 +0200 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Wed Jul 18 09:34:21 2018 +0200 |
tree | e40452938d8df0e105c143d64bbe70195384dc3d | |
parent | a4c025372d9d4756e7be98a98f5dde302c6df562 [diff] |
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: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>