These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / mtd / maps / intel_vr_nor.c
index 5ab71f0..8bf7977 100644 (file)
@@ -90,7 +90,7 @@ static int vr_nor_mtd_setup(struct vr_nor_mtd *p)
        if (!p->info)
                return -ENODEV;
 
-       p->info->owner = THIS_MODULE;
+       p->info->dev.parent = &p->dev->dev;
 
        return 0;
 }