phylib: rename mii_bus::dev to mii_bus::parent
[deliverable/linux.git] / drivers / net / phy / fixed.c
index 4e07956a483b60f62050cfd6c83dfaea5f6eaa9c..1cec8967a089704f553fbd22298d6bd419f980b4 100644 (file)
@@ -215,7 +215,7 @@ static int __init fixed_mdio_bus_init(void)
 
        snprintf(fmb->mii_bus.id, MII_BUS_ID_SIZE, "0");
        fmb->mii_bus.name = "Fixed MDIO Bus";
-       fmb->mii_bus.dev = &pdev->dev;
+       fmb->mii_bus.parent = &pdev->dev;
        fmb->mii_bus.read = &fixed_mdio_read;
        fmb->mii_bus.write = &fixed_mdio_write;
        fmb->mii_bus.irq = fmb->irqs;
This page took 0.208671 seconds and 5 git commands to generate.