]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
l2tp: Remove duplicate included header file trace.h
authorThorsten Blum <thorsten.blum@toblux.com>
Wed, 3 Jul 2024 06:11:48 +0000 (08:11 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 4 Jul 2024 10:37:58 +0000 (12:37 +0200)
Remove duplicate included header file trace.h and the following warning
reported by make includecheck:

  trace.h is included more than once

Compile-tested only.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Reviewed-by: Michal Kubiak <michal.kubiak@intel.com>
Link: https://patch.msgid.link/20240703061147.691973-2-thorsten.blum@toblux.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/l2tp/l2tp_core.c

index 64f446f0930b7ff122a83b476f05c3a989be93df..a99032076e043af571013c14edf8d279d3d684b5 100644 (file)
@@ -60,7 +60,6 @@
 #include <linux/atomic.h>
 
 #include "l2tp_core.h"
-#include "trace.h"
 
 #define CREATE_TRACE_POINTS
 #include "trace.h"