Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134357
b: refs/heads/master
c: 0012985
h: refs/heads/master
i:
  134355: a9d8932
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Feb 10, 2009
1 parent c223492 commit 86372ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa6320d336971171df1d13c1c284facf10804881
refs/heads/master: 0012985d184b7b9d4513eacd35771715471e06ef
2 changes: 1 addition & 1 deletion trunk/drivers/net/ppp_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ static __net_exit void ppp_exit_net(struct net *net)
kfree(pn);
}

static __net_initdata struct pernet_operations ppp_net_ops = {
static struct pernet_operations ppp_net_ops = {
.init = ppp_init_net,
.exit = ppp_exit_net,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/pppoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ static __net_exit void pppoe_exit_net(struct net *net)
kfree(pn);
}

static __net_initdata struct pernet_operations pppoe_net_ops = {
static struct pernet_operations pppoe_net_ops = {
.init = pppoe_init_net,
.exit = pppoe_exit_net,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/pppol2tp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ static __net_exit void pppol2tp_exit_net(struct net *net)
kfree(pn);
}

static __net_initdata struct pernet_operations pppol2tp_net_ops = {
static struct pernet_operations pppol2tp_net_ops = {
.init = pppol2tp_init_net,
.exit = pppol2tp_exit_net,
};
Expand Down

0 comments on commit 86372ab

Please sign in to comment.