aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp
diff options
context:
space:
mode:
Diffstat (limited to 'net/l2tp')
-rw-r--r--net/l2tp/l2tp_ppp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/l2tp/l2tp_ppp.c b/net/l2tp/l2tp_ppp.c
index 8dec6876dc50..5ebee2ded9e9 100644
--- a/net/l2tp/l2tp_ppp.c
+++ b/net/l2tp/l2tp_ppp.c
@@ -1793,7 +1793,8 @@ static const struct proto_ops pppol2tp_ops = {
1793 1793
1794static const struct pppox_proto pppol2tp_proto = { 1794static const struct pppox_proto pppol2tp_proto = {
1795 .create = pppol2tp_create, 1795 .create = pppol2tp_create,
1796 .ioctl = pppol2tp_ioctl 1796 .ioctl = pppol2tp_ioctl,
1797 .owner = THIS_MODULE,
1797}; 1798};
1798 1799
1799#ifdef CONFIG_L2TP_V3 1800#ifdef CONFIG_L2TP_V3