[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1648006705-30269-1-git-send-email-baihaowen@meizu.com>
Date: Wed, 23 Mar 2022 11:38:25 +0800
From: Haowen Bai <baihaowen@...zu.com>
To: <davem@...emloft.net>, <kuba@...nel.org>, <pabeni@...hat.com>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Haowen Bai <baihaowen@...zu.com>
Subject: [PATCH] net: l2tp: Fix duplicate included trace.h
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@...zu.com>
---
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
Powered by blists - more mailing lists