diff options
Diffstat (limited to 'drivers/net/ipvlan/ipvlan_main.c')
-rw-r--r-- | drivers/net/ipvlan/ipvlan_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipvlan/ipvlan_main.c b/drivers/net/ipvlan/ipvlan_main.c index f442eb366863..ab90b22e778c 100644 --- a/drivers/net/ipvlan/ipvlan_main.c +++ b/drivers/net/ipvlan/ipvlan_main.c | |||
@@ -26,7 +26,7 @@ static struct nf_hook_ops ipvl_nfops[] __read_mostly = { | |||
26 | }, | 26 | }, |
27 | }; | 27 | }; |
28 | 28 | ||
29 | static struct l3mdev_ops ipvl_l3mdev_ops __read_mostly = { | 29 | static const struct l3mdev_ops ipvl_l3mdev_ops = { |
30 | .l3mdev_l3_rcv = ipvlan_l3_rcv, | 30 | .l3mdev_l3_rcv = ipvlan_l3_rcv, |
31 | }; | 31 | }; |
32 | 32 | ||