From c2f4527e70352a9c84af7f2357e8d28255d62beb Mon Sep 17 00:00:00 2001 From: Monam Agarwal Date: Thu, 6 Mar 2014 01:54:44 +0530 Subject: [PATCH] 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-format-patch failed