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)
commitde9c6307c0cdf24a08facbc808fe3989a145c93a
tree54f74c09e4539b5d8e90c28a2a1cceb04fb68911
parent6992819feb39cb9adac72170555d957d07f869f2
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