diff options
Diffstat (limited to 'net/phonet')
-rw-r--r-- | net/phonet/pn_dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
44 | struct phonet_routes routes; | 44 | struct phonet_routes routes; |
45 | }; | 45 | }; |
46 | 46 | ||
47 | int phonet_net_id __read_mostly; | 47 | static int phonet_net_id __read_mostly; |
48 | 48 | ||
49 | static struct phonet_net *phonet_pernet(struct net *net) | 49 | static struct phonet_net *phonet_pernet(struct net *net) |
50 | { | 50 | { |