]> git.baikalelectronics.ru Git - kernel.git/commit
usb/isp1760: declare schedule_ptds() and errata2_function() static
authorArvid Brodin <arvid.brodin@xdin.com>
Sun, 27 Jan 2013 15:41:26 +0000 (16:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jan 2013 05:17:38 +0000 (00:17 -0500)
commitc69cfc23911aac9cf19af85aa9dc1b5800dd96ea
tree54f74c09e4539b5d8e90c28a2a1cceb04fb68911
parent2696bf04e60588656185f1a724160957ca10cffe
usb/isp1760: declare schedule_ptds() and errata2_function() static

Fix two problems detected by the sparse code analyser:

|drivers/usb/host/isp1760-hcd.c:935:6: warning: symbol 'schedule_ptds' was not declared. Should it be static?
|drivers/usb/host/isp1760-hcd.c:1288:6: warning: symbol 'errata2_function' was not declared. Should it be static?

Signed-off-by: Arvid Brodin <arvid.brodin@xdin.com>
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/isp1760-hcd.c