]> git.baikalelectronics.ru Git - kernel.git/commit
USB: core: fix sparse warning for static function
authorFelipe Balbi <felipe.balbi@nokia.com>
Fri, 4 Dec 2009 13:47:42 +0000 (15:47 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:27 +0000 (11:55 -0800)
commit9fad8b7d07d8fe5b2b97f4966f73b48907c97749
treef0082710d73ae00619e827774ffa52c3f2acad96
parent4a5576f47463a90c3c207b0a2aa71527fcd1a37b
USB: core: fix sparse warning for static function

Fix the following sparse warning:

drivers/usb/core/usb.c:1033:15: warning: symbol 'usb_debug_devices' was not declared. Should it be static?

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/usb.c