diff options
Diffstat (limited to 'drivers/mtd/nand/davinci_nand.c')
-rw-r--r-- | drivers/mtd/nand/davinci_nand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c index 81f7ecd23c60..0119220de7d0 100644 --- a/drivers/mtd/nand/davinci_nand.c +++ b/drivers/mtd/nand/davinci_nand.c | |||
@@ -343,6 +343,8 @@ static int __init nand_davinci_probe(struct platform_device *pdev) | |||
343 | info->mtd.name = dev_name(&pdev->dev); | 343 | info->mtd.name = dev_name(&pdev->dev); |
344 | info->mtd.owner = THIS_MODULE; | 344 | info->mtd.owner = THIS_MODULE; |
345 | 345 | ||
346 | info->mtd.dev.parent = &pdev->dev; | ||
347 | |||
346 | info->chip.IO_ADDR_R = vaddr; | 348 | info->chip.IO_ADDR_R = vaddr; |
347 | info->chip.IO_ADDR_W = vaddr; | 349 | info->chip.IO_ADDR_W = vaddr; |
348 | info->chip.chip_delay = 0; | 350 | info->chip.chip_delay = 0; |