Re: [PATCH] [V2] net: ipconfig: add declaration for ic_addrservaddr

2016-06-10 Thread Ben Dooks
On 09/06/16 21:35, David Miller wrote: > From: Ben Dooks > Date: Thu, 9 Jun 2016 18:54:37 +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

Re: [PATCH] [V2] net: ipconfig: add declaration for ic_addrservaddr

2016-06-09 Thread David Miller
From: Ben Dooks Date: Thu, 9 Jun 2016 18:54:37 +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? > > Sign

[PATCH] [V2] net: ipconfig: add declaration for ic_addrservaddr

2016-06-09 Thread Ben Dooks
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 --- V2: make ic_addrservaddr static instead of a