From: Rémi Denis-Courmont Date: Thu, 12 Apr 2012 03:39:16 +0000 (+0000) Subject: Phonet: phonet_net_id can be static (sparse) X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3c490a87f6f6ce5b002c42f9c00c9136ddbd7248;p=linux-beck.git Phonet: phonet_net_id can be static (sparse) Signed-off-by: Rémi Denis-Courmont Signed-off-by: David S. Miller --- diff --git a/net/phonet/pn_dev.c b/net/phonet/pn_dev.c index bf5cf69c820a..da564efe4f5b 100644 --- a/net/phonet/pn_dev.c +++ b/net/phonet/pn_dev.c @@ -44,7 +44,7 @@ struct phonet_net { struct phonet_routes routes; }; -int phonet_net_id __read_mostly; +static int phonet_net_id __read_mostly; static struct phonet_net *phonet_pernet(struct net *net) {