Re: [PATCH] [V3] net: ipconfig: avoid warning by making ic_addrservaddr static
From: David Miller <davem@davemloft.net> Date: 2016-06-11 06:28:29
From: Ben Dooks <redacted>
Date: Fri, 10 Jun 2016 12:11:06 +0100
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 <redacted>