These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / mtd / nand / txx9ndfmc.c
index 9c0bc45..8572519 100644 (file)
@@ -323,7 +323,7 @@ static int __init txx9ndfmc_probe(struct platform_device *dev)
                        continue;
                chip = &txx9_priv->chip;
                mtd = &txx9_priv->mtd;
-               mtd->owner = THIS_MODULE;
+               mtd->dev.parent = &dev->dev;
 
                mtd->priv = chip;