[PATCH] net: l2tp: Fix duplicate included trace.h

From: Haowen Bai
Date: Tue Mar 22 2022 - 23:38:37 EST


Clean up the following includecheck warning:

net/l2tp/l2tp_core.c: trace.h is included more than once.

No functional change.

Signed-off-by: Haowen Bai <baihaowen@xxxxxxxxx>
---
net/l2tp/l2tp_core.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c
index 7499c51..7f31336 100644
--- a/net/l2tp/l2tp_core.c
+++ b/net/l2tp/l2tp_core.c
@@ -64,7 +64,6 @@
#include "trace.h"

#define CREATE_TRACE_POINTS
-#include "trace.h"

#define L2TP_DRV_VERSION "V2.0"

--
2.7.4