commit | 3c490a87f6f6ce5b002c42f9c00c9136ddbd7248 | [log] [tgz] |
---|---|---|
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | Thu Apr 12 03:39:16 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 13 14:03:16 2012 -0400 |
tree | 2df54d6de88b77ac9ee8cef651157e4d397ad380 | |
parent | dcd2ba92e842eec0d0372415fa26f1c411f5530d [diff] [blame] |
Phonet: phonet_net_id can be static (sparse) Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/phonet/pn_dev.c b/net/phonet/pn_dev.c index bf5cf69..da564ef 100644 --- a/net/phonet/pn_dev.c +++ b/net/phonet/pn_dev.c
@@ -44,7 +44,7 @@ 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) {