]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: rts5139: Fix Sparse Warning for Static Declarations in rts51x.c
authorMonam Agarwal <monamagarwal123@gmail.com>
Wed, 5 Mar 2014 20:24:44 +0000 (01:54 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 23:24:59 +0000 (15:24 -0800)
commitc2f4527e70352a9c84af7f2357e8d28255d62beb
treed74cae7e3acbcbb2130523d0f834e76a6d693470
parent064bf470960b0d74955c2ed0f3ce05e95f087470
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 <monamagarwal123@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5139/rts51x.c