summaryrefslogtreecommitdiffstats
path: root/drivers/net/pppol2tp.c
diff options
context:
space:
mode:
authorAlexey Dobriyan2009-02-10 03:05:16 +0100
committerDavid S. Miller2009-02-10 03:05:16 +0100
commit0012985d184b7b9d4513eacd35771715471e06ef (patch)
treeff373d8986fbdda1d7ac895c4265e38cd0393f7c /drivers/net/pppol2tp.c
parentgro: Optimise TCP packet reception (diff)
downloadkernel-qcow2-linux-0012985d184b7b9d4513eacd35771715471e06ef.tar.gz
kernel-qcow2-linux-0012985d184b7b9d4513eacd35771715471e06ef.tar.xz
kernel-qcow2-linux-0012985d184b7b9d4513eacd35771715471e06ef.zip
ppp: section fixes re netns
PPP is modular code so no initdata on netns hooks. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pppol2tp.c')
-rw-r--r--drivers/net/pppol2tp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pppol2tp.c b/drivers/net/pppol2tp.c
index 15f4a43a6890..1ba0f6864ac4 100644
--- a/drivers/net/pppol2tp.c
+++ b/drivers/net/pppol2tp.c
@@ -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,
};