kernel/generic: add a few missing kernel config symbols
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.3 / 083-USB-EHCI-platform-remove-update.patch
1 --- a/drivers/usb/host/ehci-platform.c
2 +++ b/drivers/usb/host/ehci-platform.c
3 @@ -75,8 +75,6 @@ static const struct hc_driver ehci_platf
4 .relinquish_port = ehci_relinquish_port,
5 .port_handed_over = ehci_port_handed_over,
6
7 - .update_device = ehci_update_device,
8 -
9 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
10 };
11