diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-04-06 07:15:42 -0700 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-04-06 07:15:42 -0700 |
commit | db99a5523175ba15fef4719c722cea11b94911bb (patch) | |
tree | 97157a675da7b6d0a0b6a46ad28f9717c5fa4d19 /drivers/mtd | |
parent | 1b578193af3b94c3d55d9aaf6b53275b1cb59a41 (diff) | |
download | op-kernel-dev-db99a5523175ba15fef4719c722cea11b94911bb.zip op-kernel-dev-db99a5523175ba15fef4719c722cea11b94911bb.tar.gz |
[MTD] [NOR] Add device parent info to physmap_of
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/maps/physmap_of.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/maps/physmap_of.c b/drivers/mtd/maps/physmap_of.c index fbf0ca9..c83a60f 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 |