aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/af_inet6.c')
-rw-r--r--net/ipv6/af_inet6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
index 57b07da1212a..3e2ddfaee81a 100644
--- a/net/ipv6/af_inet6.c
+++ b/net/ipv6/af_inet6.c
@@ -893,7 +893,7 @@ out_unlock:
893 return err; 893 return err;
894} 894}
895 895
896static struct packet_type ipv6_packet_type = { 896static struct packet_type ipv6_packet_type __read_mostly = {
897 .type = cpu_to_be16(ETH_P_IPV6), 897 .type = cpu_to_be16(ETH_P_IPV6),
898 .func = ipv6_rcv, 898 .func = ipv6_rcv,
899 .gso_send_check = ipv6_gso_send_check, 899 .gso_send_check = ipv6_gso_send_check,