From: Thorsten Blum Date: Wed, 3 Jul 2024 06:11:48 +0000 (+0200) Subject: l2tp: Remove duplicate included header file trace.h X-Git-Tag: v6.11-rc1~163^2~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47c130130de2fd68d9e4f591b0ea25975bdad68a;p=thirdparty%2Flinux.git 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 Reviewed-by: Michal Kubiak Link: https://patch.msgid.link/20240703061147.691973-2-thorsten.blum@toblux.com Signed-off-by: Paolo Abeni --- diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c index 64f446f0930b7..a99032076e043 100644 --- a/net/l2tp/l2tp_core.c +++ b/net/l2tp/l2tp_core.c @@ -60,7 +60,6 @@ #include #include "l2tp_core.h" -#include "trace.h" #define CREATE_TRACE_POINTS #include "trace.h"