summaryrefslogtreecommitdiffstats
path: root/target/linux/gemini
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-27 15:48:07 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-27 15:48:07 +0000
commitfd79e97a42291dec2cacb6a9a56b444e9077569c (patch)
treef1a7abc47495608fe5a41a39ea3b4fcbcc659320 /target/linux/gemini
parent4ee32dc18cbd660ca40ee2d4189f2bdce3ec71e7 (diff)
gemini: remove usage of ehci_port_power() it was removed in kernel 3.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36138 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/gemini')
-rw-r--r--target/linux/gemini/patches/130-usb-ehci-gemini-fot2gxx-support.patch10
1 files changed, 2 insertions, 8 deletions
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 ed6c6259d..7b3f71ce4 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);
+}
+
+/*