Browse Source

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>
Rémi Denis-Courmont 13 years ago
parent
commit
3c490a87f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/phonet/pn_dev.c

+ 1 - 1
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)
 {