From: Peter Huewe Date: Fri, 15 Feb 2013 19:39:57 +0000 (+0100) Subject: staging/usbip: Mark local functions as static (fix sparse warnings) X-Git-Tag: v3.9-rc1~127^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff6944304eda0cfae6aad088d4a7c100b0215b92;p=pandora-kernel.git staging/usbip: Mark local functions as static (fix sparse warnings) sparse complains about these functions: usbip/stub_dev.c:529:5: warning: symbol 'stub_pre_reset' was not declared. Should it be static? usbip/stub_dev.c:535:5: warning: symbol 'stub_post_reset' was not declared. Should it be static? -> add static keyword to silence the warning and make sparse happy. Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed