Skip to content

Commit

Permalink
Phonet: phonet_net_id can be static (sparse)
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi Denis-Courmont <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Rémi Denis-Courmont authored and davem330 committed Apr 13, 2012
1 parent dcd2ba9 commit 3c490a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/phonet/pn_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 3c490a8

Please sign in to comment.