Skip to content

Commit

Permalink
l2tp: Remove duplicate included header file trace.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thorsten Blum authored and Paolo Abeni committed Jul 4, 2024
1 parent e19f67d commit 47c1301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/l2tp/l2tp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
#include <linux/atomic.h>

#include "l2tp_core.h"
#include "trace.h"

#define CREATE_TRACE_POINTS
#include "trace.h"
Expand Down

0 comments on commit 47c1301

Please sign in to comment.