diff options
Diffstat (limited to 'arch/powerpc/sysdev/fsl_rio.c')
-rw-r--r-- | arch/powerpc/sysdev/fsl_rio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_rio.c b/arch/powerpc/sysdev/fsl_rio.c index 95dd892e9904..cf2b0840a672 100644 --- a/arch/powerpc/sysdev/fsl_rio.c +++ b/arch/powerpc/sysdev/fsl_rio.c | |||
@@ -531,6 +531,7 @@ int fsl_rio_setup(struct platform_device *dev) | |||
531 | sprintf(port->name, "RIO mport %d", i); | 531 | sprintf(port->name, "RIO mport %d", i); |
532 | 532 | ||
533 | priv->dev = &dev->dev; | 533 | priv->dev = &dev->dev; |
534 | port->dev.parent = &dev->dev; | ||
534 | port->ops = ops; | 535 | port->ops = ops; |
535 | port->priv = priv; | 536 | port->priv = priv; |
536 | port->phys_efptr = 0x100; | 537 | port->phys_efptr = 0x100; |