]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: Remove forward declaration of mtd_info
authorBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 5 Jul 2018 10:27:28 +0000 (12:27 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 18 Jul 2018 07:34:21 +0000 (09:34 +0200)
commit4a2b94f0f7ed09ccd14cd3b28f17b49cd6b5f340
treee40452938d8df0e105c143d64bbe70195384dc3d
parentd72c4183208f9a2676068ed8f61473806d32a233
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>
include/linux/mtd/rawnand.h