|
@@ -882,7 +882,7 @@ static int fsl_ifc_chip_init(struct fsl_ifc_mtd *priv)
|
|
|
|
|
|
|
|
/* Fill in fsl_ifc_mtd structure */
|
|
/* Fill in fsl_ifc_mtd structure */
|
|
|
priv->mtd.priv = chip;
|
|
priv->mtd.priv = chip;
|
|
|
- priv->mtd.owner = THIS_MODULE;
|
|
|
|
|
|
|
+ priv->mtd.dev.parent = priv->dev;
|
|
|
|
|
|
|
|
/* fill in nand_chip structure */
|
|
/* fill in nand_chip structure */
|
|
|
/* set up function call table */
|
|
/* set up function call table */
|