commit | f222447ea1b70a651ec280bfb4a2fde4cbeae983 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sun Jul 20 13:25:39 2014 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 22 16:28:11 2014 -0700 |
tree | 17b5842e71e2d71bca2db30f2da62699c64a9cb0 | |
parent | 8f642155c5ddafe1247c085f3f0c7b4e63044878 [diff] |
misc: vexpress: Fix sparse non static symbol warnings Fixes the following sparse warnings: drivers/misc/vexpress-syscfg.c:133:22: warning: symbol 'vexpress_syscfg_regmap_config' was not declared. Should it be static? drivers/misc/vexpress-syscfg.c:279:5: warning: symbol 'vexpress_syscfg_probe' was not declared. Should it be static? Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>