|
@@ -1945,7 +1945,7 @@ struct proto tcpv6_prot = {
|
|
.diag_destroy = tcp_abort,
|
|
.diag_destroy = tcp_abort,
|
|
};
|
|
};
|
|
|
|
|
|
-static struct inet6_protocol tcpv6_protocol = {
|
|
|
|
|
|
+static const struct inet6_protocol tcpv6_protocol = {
|
|
.early_demux = tcp_v6_early_demux,
|
|
.early_demux = tcp_v6_early_demux,
|
|
.early_demux_handler = tcp_v6_early_demux,
|
|
.early_demux_handler = tcp_v6_early_demux,
|
|
.handler = tcp_v6_rcv,
|
|
.handler = tcp_v6_rcv,
|