Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Phonet: phonet_net_id can be static (sparse)

parent dcd2ba92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{