From: Hauke Mehrtens Date: Wed, 27 Mar 2013 15:48:07 +0000 (+0000) Subject: gemini: remove usage of ehci_port_power() it was removed in kernel 3.8 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9135ea2cd546b867d0d9f295be4a208846f7f77f;hp=40821540ca61bcf53a9e9f277f73b1edb274aef4;p=openwrt%2Fsvn-archive%2Farchive.git gemini: remove usage of ehci_port_power() it was removed in kernel 3.8 SVN-Revision: 36138 --- diff --git a/target/linux/gemini/patches/130-usb-ehci-gemini-fot2gxx-support.patch b/target/linux/gemini/patches/130-usb-ehci-gemini-fot2gxx-support.patch index ed6c6259de..7b3f71ce4f 100644 --- a/target/linux/gemini/patches/130-usb-ehci-gemini-fot2gxx-support.patch +++ b/target/linux/gemini/patches/130-usb-ehci-gemini-fot2gxx-support.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/drivers/usb/host/ehci-fotg2xx.c -@@ -0,0 +1,465 @@ +@@ -0,0 +1,459 @@ +/* + * EHCI Host Controller driver + * @@ -176,13 +176,7 @@ + if (result) + return result; + -+ result = ehci_init(hcd); -+ if (result) -+ return result; -+ -+ ehci_port_power(ehci, 0); -+ -+ return result; ++ return ehci_init(hcd); +} + +/*