From: Monam Agarwal Date: Wed, 5 Mar 2014 20:24:44 +0000 (+0530) Subject: Staging: rts5139: Fix Sparse Warning for Static Declarations in rts51x.c X-Git-Tag: v3.15-rc1~139^2~546 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f4527e70352a9c84af7f2357e8d28255d62beb;p=pandora-kernel.git Staging: rts5139: Fix Sparse Warning for Static Declarations in rts51x.c This patch fixes the following sparse warning in rts51x.c drivers/staging/rts5139/rts51x.c:218:5: warning: symbol 'rts51x_pre_reset' was not declared. Should it be static? drivers/staging/rts5139/rts51x.c:229:5: warning: symbol 'rts51x_post_reset' was not declared. Should it be static? Signed-off-by: Monam Agarwal Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed