]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: Move function prototypes after struct declarations
authorBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 6 Sep 2018 22:38:42 +0000 (00:38 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 3 Oct 2018 09:12:25 +0000 (11:12 +0200)
commitaa09d65a80e247b82e1b9be465525f609cc072bf
tree851077b11f80944c24d1e37534e2dc1fd2dd4694
parent6b28ea4e1afd530b3a19b3741680ff908feafb2a
mtd: rawnand: Move function prototypes after struct declarations

Move nand_scan[_with_ids]() and nand_wait_ready() at the end of the
file where all function prototype lies. This will also allow us to get
rid of the nand_flash_dev forward declaration.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
include/linux/mtd/rawnand.h