net: ping: do not abuse udp_poll()
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / ipv6 / raw.c
index c7ce2be09d90d36bcbe52e510772c2ae6143bc6c..a05e1f1a1a38b5ead99085f4a8582a402c29fd77 100644 (file)
@@ -1319,7 +1319,7 @@ void raw6_proc_exit(void)
 #endif /* CONFIG_PROC_FS */
 
 /* Same as inet6_dgram_ops, sans udp_poll.  */
-static const struct proto_ops inet6_sockraw_ops = {
+const struct proto_ops inet6_sockraw_ops = {
        .family            = PF_INET6,
        .owner             = THIS_MODULE,
        .release           = inet6_release,