commit | c2f4527e70352a9c84af7f2357e8d28255d62beb | [log] [tgz] |
---|---|---|
author | Monam Agarwal <monamagarwal123@gmail.com> | Thu Mar 06 01:54:44 2014 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 07 15:24:59 2014 -0800 |
tree | d74cae7e3acbcbb2130523d0f834e76a6d693470 | |
parent | 064bf470960b0d74955c2ed0f3ce05e95f087470 [diff] |
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>