ramips: remove port_power_off field from ehci_platform_data
[openwrt/staging/lynxis/omap.git] / target / linux / ramips / files / arch / mips / ralink / rt3883 / devices.c
index 3a1bf2633322d8d6a300e44a4c5ded986afa2205..6077e97dda5069eb4cb2e389ee92a4eb375e0736 100644 (file)
@@ -177,7 +177,6 @@ static void rt3883_usb_power_off(struct platform_device *pdev)
 }
 
 static struct usb_ehci_pdata rt3883_ehci_data = {
-       .port_power_off = 1,
        .power_on       = rt3883_usb_power_on,
        .power_off      = rt3883_usb_power_off,
 };