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 c07de359dc07..d72fb0519a2a 100644 --- a/drivers/net/pppoe.c +++ b/drivers/net/pppoe.c | |||
@@ -1124,7 +1124,7 @@ static const struct proto_ops pppoe_ops = { | |||
1124 | .ioctl = pppox_ioctl, | 1124 | .ioctl = pppox_ioctl, |
1125 | }; | 1125 | }; |
1126 | 1126 | ||
1127 | static struct pppox_proto pppoe_proto = { | 1127 | static const struct pppox_proto pppoe_proto = { |
1128 | .create = pppoe_create, | 1128 | .create = pppoe_create, |
1129 | .ioctl = pppoe_ioctl, | 1129 | .ioctl = pppoe_ioctl, |
1130 | .owner = THIS_MODULE, | 1130 | .owner = THIS_MODULE, |