The platform data can contain a function to call to reset
the bit banging interface. It is not used, so remove it.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
                goto out;
 
        bitbang->ctrl.ops = &mdio_gpio_ops;
-       bitbang->ctrl.reset = pdata->reset;
        mdc = pdata->mdc;
        bitbang->mdc = gpio_to_desc(mdc);
        if (pdata->mdc_active_low)
 
        u32 phy_mask;
        u32 phy_ignore_ta_mask;
        int irqs[PHY_MAX_ADDR];
-       /* reset callback */
-       int (*reset)(struct mii_bus *bus);
 };
 
 #endif /* __LINUX_MDIO_GPIO_H */