usb: musb: Remove unnecessary shutdown function
authorTony Lindgren <tony@atomide.com>
Tue, 31 May 2016 15:05:10 +0000 (10:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jun 2016 21:58:59 +0000 (14:58 -0700)
commit302f6802395f58dceb225b1c9e603de72f09b8b0
tree2b54d33c9b8d9ccb40c88d95b0d91f3658543005
parent7e1704dcf6b0a895f99e386ccc9ca631117e6d5b
usb: musb: Remove unnecessary shutdown function

We have remove() already calling shutdown(), so let's drop it
and move the code to remove(). No code changes, we'll drop the
the FIXME in the following patch with more clean-up.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_core.c