mtd: nand: gpmi: fix function annotations
authorWolfram Sang <w.sang@pengutronix.de>
Wed, 21 Mar 2012 18:29:17 +0000 (19:29 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 27 Mar 2012 00:02:52 +0000 (01:02 +0100)
commita78da28776496d3a850ce741d3474b65057e156b
tree92509c8e1825d6041c88ea08eb1ba21cdef603ce
parentb11ec57fc6e6d4882ef01a0c09a1dde58f50492e
mtd: nand: gpmi: fix function annotations

A lot of functions have been marked __devinit, but they shouldn't, because they
are needed for bbt_scan. While I believe the whole MX23 handling should be done
entirely different, I am missing the resources to fix it. So, let's have at least
the annotations correct.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/gpmi-nand/gpmi-nand.c