USB: host: ehci-pmcmsp: Cleanup usb_hcd_msp_remove()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Oct 2020 10:06:38 +0000 (12:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Oct 2020 11:32:26 +0000 (12:32 +0100)
commit2e7e9b64be4356d9c67538cc88bff16a7f8850bb
tree8490f6575a17164c564130ae3b19827f6b9e5a3d
parent19220bac2c134f25ce06e77da746793411536af6
USB: host: ehci-pmcmsp: Cleanup usb_hcd_msp_remove()

usb_hcd_msp_remove() has a pdev argument which isn't used and the function
is used only within this file.

Remove pdev and make usb_hcd_msp_remove() static.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/20201019101110.530302737@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-pmcmsp.c