diff options
Diffstat (limited to 'drivers/net/pppoe.c')
-rw-r--r-- | drivers/net/pppoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c index af6321d97574..e2968f084439 100644 --- a/drivers/net/pppoe.c +++ b/drivers/net/pppoe.c | |||
@@ -97,7 +97,7 @@ static const struct proto_ops pppoe_ops; | |||
97 | static struct ppp_channel_ops pppoe_chan_ops; | 97 | static struct ppp_channel_ops pppoe_chan_ops; |
98 | 98 | ||
99 | /* per-net private data for this module */ | 99 | /* per-net private data for this module */ |
100 | static unsigned int pppoe_net_id; | 100 | static int pppoe_net_id; |
101 | struct pppoe_net { | 101 | struct pppoe_net { |
102 | /* | 102 | /* |
103 | * we could use _single_ hash table for all | 103 | * we could use _single_ hash table for all |