commit | dad3843f035a273f9b64e133467e8dcbfaf0ce60 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Mon Dec 14 18:41:05 2009 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 02 14:53:14 2010 -0800 |
tree | ff1725e1843c248b5fe52c4170e0256013b55986 | |
parent | 22e186948a262c9cd377fb43aa50bb3c3f01c468 [diff] |
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>