|
@@ -1944,7 +1944,7 @@ struct proto tcpv6_prot = {
|
|
.diag_destroy = tcp_abort,
|
|
.diag_destroy = tcp_abort,
|
|
};
|
|
};
|
|
|
|
|
|
-static const struct inet6_protocol tcpv6_protocol = {
|
|
|
|
|
|
+static 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,
|