summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mxc_nand.c
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-03-26 00:42:50 -0700
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-04-04 14:32:59 +0100
commit87f39f0493edf7051b1b87c6e9eb7f9a74be8e85 (patch)
treed4e3675487c46c36dcacf95ad62ab561cbc33d88 /drivers/mtd/nand/mxc_nand.c
parent694bb7fc19c6b87e106f4c85a2707072e2f111a0 (diff)
downloadop-kernel-dev-87f39f0493edf7051b1b87c6e9eb7f9a74be8e85.zip
op-kernel-dev-87f39f0493edf7051b1b87c6e9eb7f9a74be8e85.tar.gz
[MTD] support driver model updates
Follow-on patch to the previous driver model patch for the MTD framework. This one makes various MTD drivers connect to the driver model tree, so /sys/devices/virtual/mtd/* nodes are no longer present ... mostly drivers used on boards I have handy. Based on a patch from Kay Sievers. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/mxc_nand.c')
-rw-r--r--drivers/mtd/nand/mxc_nand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c
index 21fd4f1..bfde74a 100644
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -866,6 +866,7 @@ static int __init mxcnd_probe(struct platform_device *pdev)
mtd = &host->mtd;
mtd->priv = this;
mtd->owner = THIS_MODULE;
+ mtd->dev.parent = &pdev->dev;
/* 50 us command delay time */
this->chip_delay = 5;
OpenPOWER on IntegriCloud