diff options
| author | David Woodhouse <David.Woodhouse@intel.com> | 2009-04-06 10:15:42 -0400 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-04-06 10:15:42 -0400 |
| commit | db99a5523175ba15fef4719c722cea11b94911bb (patch) | |
| tree | 97157a675da7b6d0a0b6a46ad28f9717c5fa4d19 | |
| parent | 1b578193af3b94c3d55d9aaf6b53275b1cb59a41 (diff) | |
[MTD] [NOR] Add device parent info to physmap_of
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
| -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 fbf0ca939d72..c83a60fada53 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, | |||
| 219 | goto err_out; | 219 | goto err_out; |
| 220 | } | 220 | } |
| 221 | info->mtd->owner = THIS_MODULE; | 221 | info->mtd->owner = THIS_MODULE; |
| 222 | info->mtd->dev.parent = &dev->dev; | ||
| 222 | 223 | ||
| 223 | #ifdef CONFIG_MTD_PARTITIONS | 224 | #ifdef CONFIG_MTD_PARTITIONS |
| 224 | /* First look for RedBoot table or partitions on the command | 225 | /* First look for RedBoot table or partitions on the command |
