aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Blum <[email protected]>2024-07-06 09:11:33 +0200
committerPaolo Abeni <[email protected]>2024-07-09 13:30:25 +0200
commit0787ab206f802deb7edbae32ba021d6b1101472a (patch)
treee9720aa8d570d7beca6e083dc47563282ced1b8d
parent6c2a4c2f70e5b6c9c57d6d8adc893c55ba318613 (diff)
udp: Remove duplicate included header file trace/events/udp.h
Remove duplicate included header file trace/events/udp.h and the following warning reported by make includecheck: trace/events/udp.h is included more than once Compile-tested only. Signed-off-by: Thorsten Blum <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
-rw-r--r--net/ipv6/udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
index b5456394cc67..6602a2e9cdb5 100644
--- a/net/ipv6/udp.c
+++ b/net/ipv6/udp.c
@@ -46,7 +46,6 @@
#include <net/tcp_states.h>
#include <net/ip6_checksum.h>
#include <net/ip6_tunnel.h>
-#include <trace/events/udp.h>
#include <net/xfrm.h>
#include <net/inet_hashtables.h>
#include <net/inet6_hashtables.h>