From: Geoff Levand Date: Sat, 30 Mar 2013 00:22:44 +0000 (-0700) Subject: usb: PS3 EHCI remove unneeded ehci_shutdown X-Git-Tag: next-20130402~27^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8e277d7cfae470b76eb955f6ee9aa32d111bf5ae;p=karo-tx-linux.git usb: PS3 EHCI remove unneeded ehci_shutdown Remove an unneeded call to ehci_shutdown() in ps3_ehci_remove(). This removal will allow for a loadable ehci driver. Cc: Arnd Bergmann Signed-off-by: Geoff Levand Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci-ps3.c b/drivers/usb/host/ehci-ps3.c index df5925a4f0db..fd983771b025 100644 --- a/drivers/usb/host/ehci-ps3.c +++ b/drivers/usb/host/ehci-ps3.c @@ -221,7 +221,6 @@ static int ps3_ehci_remove(struct ps3_system_bus_device *dev) tmp = hcd->irq; - ehci_shutdown(hcd); usb_remove_hcd(hcd); ps3_system_bus_set_drvdata(dev, NULL);