aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2009-12-07 09:44:05 +0000
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-12-07 09:44:05 +0000
commit51eeb878155cdea73e7a1f0372b266018bd7a424 (patch)
treea2861259174863232d36069fbcf3eae120b353ea /drivers/mtd
parentdf0094d7f46d37944aa26b4f6e978b4b2ad252ea (diff)
Revert "mtd: move mxcnd_remove to .exit.text"
This reverts commit 82613b0da622efbd24cb7b23eb349966802310f1, because commit daa0f15 (mtd: don't use __exit_p to wrap mxcnd_remove) is a better solution. Not having a remove callback breaks rebinding because resources are not freed on remove. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/mxc_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c
index f7366e99fe1e..45dec5770da0 100644
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -861,7 +861,7 @@ eclk:
return err;
}
-static int __exit mxcnd_remove(struct platform_device *pdev)
+static int __devexit mxcnd_remove(struct platform_device *pdev)
{
struct mxc_nand_host *host = platform_get_drvdata(pdev);