Skip to content
Snippets Groups Projects
Commit b4eabad0 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

gemini: remove usage of ehci_port_power() it was removed in kernel 3.8

SVN-Revision: 36138
parent 31c94521
No related branches found
No related tags found
No related merge requests found
--- /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);
+}
+
+/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment