From: Colin King
Date: Fri, 29 Sep 2017 14:34:22 +0100
> From: Colin Ian King
>
> The function ipmr_notifier_init is local to the source and does
> not need to be in global scope, so make it static.
>
> Cleans up sparse warning:
> warning: symbol 'ipmr_notifier_init' was not declared. Should i
From: Colin Ian King
The function ipmr_notifier_init is local to the source and does
not need to be in global scope, so make it static.
Cleans up sparse warning:
warning: symbol 'ipmr_notifier_init' was not declared. Should it be static?
Signed-off-by: Colin Ian King
---
net/ipv4/ipmr.c | 2 +
2 matches
Mail list logo