Commit 3c490a87 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by David S. Miller

Phonet: phonet_net_id can be static (sparse)

Signed-off-by: default avatarRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dcd2ba92
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment