summaryrefslogtreecommitdiffstats
path: root/tools/usb
diff options
context:
space:
mode:
authorManjunath Goudar2016-12-01 22:23:04 +0100
committerGreg Kroah-Hartman2016-12-05 16:32:51 +0100
commitc9e82b076f17f6e88fcacc4ccc3daa603e0b4658 (patch)
treef027c63dc92977ba9fa10db6ba9c1acee7dbd629 /tools/usb
parentUSB: OHCI: omap: remove useless extern declaration (diff)
downloadkernel-qcow2-linux-c9e82b076f17f6e88fcacc4ccc3daa603e0b4658.tar.gz
kernel-qcow2-linux-c9e82b076f17f6e88fcacc4ccc3daa603e0b4658.tar.xz
kernel-qcow2-linux-c9e82b076f17f6e88fcacc4ccc3daa603e0b4658.zip
USB: OHCI: ohci-pxa27x: remove useless functions
The ohci_hcd_pxa27x_drv_probe function is not doing anything other than calling usb_hcd_pxa27x_probe function so ohci_hcd_pxa27x_drv_probe function is useless that is why removed ohci_hcd_pxa27x_drv_probe function and renamed usb_hcd_pxa27x_probe function to ohci_hcd_pxa27x_drv_probe for proper naming. The ohci_hcd_pxa27x_remove function is also not doing anything other than calling usb_hcd_pxa27x_remove that is why removed ohci_hcd_pxa27x_remove function and renamed usb_hcd_pxa27x_remove to ohci_hcd_pxa27x_remove for proper naming. Signed-off-by: Manjunath Goudar <csmanjuvijay@gmail.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Cc: linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/usb')
0 files changed, 0 insertions, 0 deletions