ramips: remove port_power_off field from ehci_platform_data
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / devices.c
index 42429b791e91eb9d58724f0fd8cde645171ec8cb..f16ba6d5f181a14a7af95e9923997c54bf5d38bf 100644 (file)
@@ -356,7 +356,6 @@ static void rt3352_usb_power_off(struct platform_device *pdev)
 }
 
 static struct usb_ehci_pdata rt3352_ehci_data = {
-       .port_power_off = 1,
        .power_on       = rt3352_usb_power_on,
        .power_off      = rt3352_usb_power_off,
 };