From db99a5523175ba15fef4719c722cea11b94911bb Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 6 Apr 2009 07:15:42 -0700 Subject: [MTD] [NOR] Add device parent info to physmap_of Signed-off-by: David Woodhouse --- drivers/mtd/maps/physmap_of.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mtd') diff --git a/drivers/mtd/maps/physmap_of.c b/drivers/mtd/maps/physmap_of.c index fbf0ca939d7..c83a60fada5 100644 --- a/drivers/mtd/maps/physmap_of.c +++ b/drivers/mtd/maps/physmap_of.c @@ -219,6 +219,7 @@ static int __devinit of_flash_probe(struct of_device *dev, goto err_out; } info->mtd->owner = THIS_MODULE; + info->mtd->dev.parent = &dev->dev; #ifdef CONFIG_MTD_PARTITIONS /* First look for RedBoot table or partitions on the command -- cgit v1.2.3