dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Rémi Denis-Courmont 2012-04-12 03:39:16 +00:00 committed by David S. Miller
parent dcd2ba92e8
commit 3c490a87f6
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{