diff options
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/mxc_nand.c | 2 |
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: | |||
861 | return err; | 861 | return err; |
862 | } | 862 | } |
863 | 863 | ||
864 | static int __exit mxcnd_remove(struct platform_device *pdev) | 864 | static int __devexit mxcnd_remove(struct platform_device *pdev) |
865 | { | 865 | { |
866 | struct mxc_nand_host *host = platform_get_drvdata(pdev); | 866 | struct mxc_nand_host *host = platform_get_drvdata(pdev); |
867 | 867 | ||