]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
misc: vexpress: Fix sparse non static symbol warnings
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 20 Jul 2014 05:25:39 +0000 (13:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2014 23:28:11 +0000 (16:28 -0700)
commitf222447ea1b70a651ec280bfb4a2fde4cbeae983
tree17b5842e71e2d71bca2db30f2da62699c64a9cb0
parent8f642155c5ddafe1247c085f3f0c7b4e63044878
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>
drivers/misc/vexpress-syscfg.c