]> 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)
commit9de6bf78e1f39e4f832a8792f23a051b73a3fe59
tree851077b11f80944c24d1e37534e2dc1fd2dd4694
parent26425be58cc55906ca61b431a3ca6f4cdd4e237a
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