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 6b270e53c207..bcc0ff2c16da 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c | |||
@@ -109,7 +109,7 @@ | |||
109 | #include <trace/events/udp.h> | 109 | #include <trace/events/udp.h> |
110 | #include <linux/static_key.h> | 110 | #include <linux/static_key.h> |
111 | #include <trace/events/skb.h> | 111 | #include <trace/events/skb.h> |
112 | #include <net/ll_poll.h> | 112 | #include <net/busy_poll.h> |
113 | #include "udp_impl.h" | 113 | #include "udp_impl.h" |
114 | 114 | ||
115 | struct udp_table udp_table __read_mostly; | 115 | struct udp_table udp_table __read_mostly; |