]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipconfig: avoid warning by making ic_addrservaddr static
authorBen Dooks <ben.dooks@codethink.co.uk>
Fri, 10 Jun 2016 11:11:06 +0000 (12:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jun 2016 06:28:15 +0000 (23:28 -0700)
commit3769d543cec39ba77fbfad0d40c63b480d7d038f
tree949adb99a2c3a75fef8a34f62bb21185dfdb4720
parent81b085342771068ada088a9b41975162baebafc2
net: ipconfig: avoid warning by making ic_addrservaddr static

The symbol ic_addrservaddr is not static, but has no declaration
to match so make it static to fix the following warning:

net/ipv4/ipconfig.c:130:8: warning: symbol 'ic_addrservaddr' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipconfig.c