X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=net%2Ftls%2Ftls_main.c;h=301f224304698950544088c16518ea2e14ff41a6;hb=293bccc5b202400a6e47bd42e852d50d7d991b4e;hp=a127d61e8af984d3aaefde49c94f48a9a9187d53;hpb=81e97f01371f4e1701feeafe484665112cd9ddc2;p=linux-2.6-microblaze.git diff --git a/net/tls/tls_main.c b/net/tls/tls_main.c index a127d61e8af9..301f22430469 100644 --- a/net/tls/tls_main.c +++ b/net/tls/tls_main.c @@ -712,7 +712,7 @@ static int __init tls_register(void) build_protos(tls_prots[TLSV4], &tcp_prot); tls_sw_proto_ops = inet_stream_ops; - tls_sw_proto_ops.poll_mask = tls_sw_poll_mask; + tls_sw_proto_ops.poll = tls_sw_poll; tls_sw_proto_ops.splice_read = tls_sw_splice_read; #ifdef CONFIG_TLS_DEVICE