usb: PS3 EHCI remove unneeded ehci_shutdown
authorGeoff Levand <geoff@infradead.org>
Sat, 30 Mar 2013 00:22:44 +0000 (17:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Apr 2013 19:32:43 +0000 (12:32 -0700)
commit8e277d7cfae470b76eb955f6ee9aa32d111bf5ae
tree9ea86425df1712e7a3723f84d246d2d51d4a4126
parent44e63941e789e10409186224ba897ab50c3fa7e0
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 <arnd@arndb.de>
Signed-off-by: Geoff Levand <geoff@infradead.org>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-ps3.c