diff options
Diffstat (limited to 'include/net/udp.h')
-rw-r--r-- | include/net/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/udp.h b/include/net/udp.h index 6c759c8594e2..850a8e581cce 100644 --- a/include/net/udp.h +++ b/include/net/udp.h | |||
@@ -275,7 +275,7 @@ int udp_ioctl(struct sock *sk, int cmd, unsigned long arg); | |||
275 | int udp_init_sock(struct sock *sk); | 275 | int udp_init_sock(struct sock *sk); |
276 | int __udp_disconnect(struct sock *sk, int flags); | 276 | int __udp_disconnect(struct sock *sk, int flags); |
277 | int udp_disconnect(struct sock *sk, int flags); | 277 | int udp_disconnect(struct sock *sk, int flags); |
278 | unsigned int udp_poll(struct file *file, struct socket *sock, poll_table *wait); | 278 | __poll_t udp_poll(struct file *file, struct socket *sock, poll_table *wait); |
279 | struct sk_buff *skb_udp_tunnel_segment(struct sk_buff *skb, | 279 | struct sk_buff *skb_udp_tunnel_segment(struct sk_buff *skb, |
280 | netdev_features_t features, | 280 | netdev_features_t features, |
281 | bool is_ipv6); | 281 | bool is_ipv6); |