aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Blum <[email protected]>2024-07-03 08:11:48 +0200
committerPaolo Abeni <[email protected]>2024-07-04 12:37:58 +0200
commit47c130130de2fd68d9e4f591b0ea25975bdad68a (patch)
treebfe1677ae58dff9bf51eba30ef951ee9b15b3ccb
parente19f67df9ccbfec5a670df8b8b043b8da9444692 (diff)
l2tp: Remove duplicate included header file trace.h
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 <[email protected]> Reviewed-by: Michal Kubiak <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
-rw-r--r--net/l2tp/l2tp_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c
index 64f446f0930b..a99032076e04 100644
--- a/net/l2tp/l2tp_core.c
+++ b/net/l2tp/l2tp_core.c
@@ -60,7 +60,6 @@
#include <linux/atomic.h>
#include "l2tp_core.h"
-#include "trace.h"
#define CREATE_TRACE_POINTS
#include "trace.h"