From: Joe Lawrence Date: Wed, 25 Jun 2014 21:05:49 +0000 (-0400) Subject: mptfusion: mark file-private functions as static X-Git-Tag: omap-for-v3.17/fixes-against-rc2~143^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5767d25f0d0933ebba111dfb6ae5c820add8d8e4;p=pandora-kernel.git mptfusion: mark file-private functions as static Fixes the following sparse warnings: drivers/message/fusion/mptbase.c:7011:1: warning: symbol 'mpt_SoftResetHandler' was not declared. Should it be static? drivers/message/fusion/mptsas.c:1578:23: warning: symbol 'mptsas_refreshing_device_handles' was not declared. Should it be static? drivers/message/fusion/mptsas.c:3653:24: warning: symbol 'mptsas_expander_add' was not declared. Should it be static? drivers/message/fusion/mptsas.c:5327:1: warning: symbol 'mptsas_shutdown' was not declared. Should it be static? drivers/message/fusion/mptspi.c:624:1: warning: symbol 'mptscsih_quiesce_raid' was not declared. Should it be static? Signed-off-by: Joe Lawrence Acked-by: Sreekanth Reddy Reviewed-by: Christoph Hellwig Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed