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 a4caf640a307..77a03cf64dd3 100644 --- a/drivers/mtd/nand/mxc_nand.c +++ b/drivers/mtd/nand/mxc_nand.c | |||
@@ -1363,7 +1363,7 @@ static int __init mxcnd_probe_pdata(struct mxc_nand_host *host) | |||
1363 | return 0; | 1363 | return 0; |
1364 | } | 1364 | } |
1365 | 1365 | ||
1366 | static int __devinit mxcnd_probe(struct platform_device *pdev) | 1366 | static int mxcnd_probe(struct platform_device *pdev) |
1367 | { | 1367 | { |
1368 | struct nand_chip *this; | 1368 | struct nand_chip *this; |
1369 | struct mtd_info *mtd; | 1369 | struct mtd_info *mtd; |