commit | 1549333167edcbab5e8170ae45fbee99eeb4ddb1 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Wed Jan 17 12:32:06 2018 +0100 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Mon Feb 12 23:35:04 2018 +0100 |
tree | d5b449d3cd0d4869c30689fd5f804f3434f17db9 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 [diff] |
mtd: nand: mxc: reorder functions to avoid forward declarations We'll call copy_spare() and mxc_do_addr_cycle() from another place during the next patches, so move functions up to avoid forward declarations. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>