diff options
Diffstat (limited to 'drivers/mtd/nand/mxc_nand.c')
-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 72e31d86030d..a4caf640a307 100644 --- a/drivers/mtd/nand/mxc_nand.c +++ b/drivers/mtd/nand/mxc_nand.c | |||
@@ -1556,7 +1556,7 @@ static struct platform_driver mxcnd_driver = { | |||
1556 | .of_match_table = of_match_ptr(mxcnd_dt_ids), | 1556 | .of_match_table = of_match_ptr(mxcnd_dt_ids), |
1557 | }, | 1557 | }, |
1558 | .probe = mxcnd_probe, | 1558 | .probe = mxcnd_probe, |
1559 | .remove = __devexit_p(mxcnd_remove), | 1559 | .remove = mxcnd_remove, |
1560 | }; | 1560 | }; |
1561 | module_platform_driver(mxcnd_driver); | 1561 | module_platform_driver(mxcnd_driver); |
1562 | 1562 | ||