From: Benedict Boerger Date: Fri, 8 Aug 2014 16:26:22 +0000 (+0200) Subject: drivers: staging: lustre: fix sparse warnings / delete unused function X-Git-Tag: fixes-for-v3.18-merge-window~15^2~1357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=714340db24b8b34dd9befc87db0e8c51040a4a7f;p=pandora-kernel.git drivers: staging: lustre: fix sparse warnings / delete unused function drivers: staging: lustre: fix sparse warning: symbol XYZ was not declared. Should it be static? This was done by declaring them static. This could be done because the functions were used only in this file. Deleted the function lnet_print_text_bufs because it were unused. Compiled without an error. Done to complete a eudyptula task. Signed-off-by: Benedict Boerger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed