ipvs: fixed sparse warning
authorClaudiu Ghioc <claudiughioc@gmail.com>
Wed, 18 Jul 2012 09:10:22 +0000 (12:10 +0300)
committerSimon Horman <horms@verge.net.au>
Fri, 10 Aug 2012 01:34:51 +0000 (10:34 +0900)
commit2b2d280817bd576e97ccd243b9b3a344d11ddd11
tree1d4535533828c39726db1591db5b596ef763eb67
parentbe97fdb5fbcc828240c51769cd28cba609158703
ipvs: fixed sparse warning

Removed the following sparse warnings, wether CONFIG_SYSCTL
is defined or not:
*       warning: symbol 'ip_vs_control_net_init_sysctl' was not
declared. Should it be static?
*       warning: symbol 'ip_vs_control_net_cleanup_sysctl' was
not declared. Should it be static?

Signed-off-by: Claudiu Ghioc <claudiu.ghioc@gmail.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
net/netfilter/ipvs/ip_vs_ctl.c