From: Arvid Brodin Date: Sun, 27 Jan 2013 15:41:26 +0000 (+0100) Subject: usb/isp1760: declare schedule_ptds() and errata2_function() static X-Git-Tag: v3.9-rc1~126^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de9c6307c0cdf24a08facbc808fe3989a145c93a;p=pandora-kernel.git 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 Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed