]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ehci-fsl: Fix sparse warnings
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Mon, 14 Dec 2009 15:41:05 +0000 (18:41 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:53:14 +0000 (14:53 -0800)
commitb95c88e90a6b9177398073ff78148a0f4abf631b
treeff1725e1843c248b5fe52c4170e0256013b55986
parentc2a2fcdd7f3d49090343c3c4afd7b461456a1d87
USB: ehci-fsl: Fix sparse warnings

This patch fixes following warnings:

ehci-fsl.c:43:5: warning: symbol 'usb_hcd_fsl_probe' was not declared. Should it be static?
ehci-fsl.c:150:6: warning: symbol 'usb_hcd_fsl_remove' was not declared. Should it be static?

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-fsl.c