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
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
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