]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
udp: Remove duplicate included header file trace/events/udp.h
authorThorsten Blum <thorsten.blum@toblux.com>
Sat, 6 Jul 2024 07:11:33 +0000 (09:11 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 9 Jul 2024 11:30:25 +0000 (13:30 +0200)
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 <thorsten.blum@toblux.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240706071132.274352-2-thorsten.blum@toblux.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/ipv6/udp.c

index b5456394cc67054f3eefecef4f76431fec3cc862..6602a2e9cdb5324b6cd22d9c915455eb316779d8 100644 (file)
@@ -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>