diff options
Diffstat (limited to 'net/ipv4/udp.c')
-rw-r--r-- | net/ipv4/udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index 1bec2203d558..cf8252d05a01 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c | |||
@@ -1627,7 +1627,7 @@ busy_check: | |||
1627 | *err = error; | 1627 | *err = error; |
1628 | return NULL; | 1628 | return NULL; |
1629 | } | 1629 | } |
1630 | EXPORT_SYMBOL_GPL(__skb_recv_udp); | 1630 | EXPORT_SYMBOL(__skb_recv_udp); |
1631 | 1631 | ||
1632 | /* | 1632 | /* |
1633 | * This should be easy, if there is something there we | 1633 | * This should be easy, if there is something there we |