Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <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>

authored by

Thorsten Blum and committed by
Paolo Abeni
47c13013 e19f67df

-1
-1
net/l2tp/l2tp_core.c
··· 60 60 #include <linux/atomic.h> 61 61 62 62 #include "l2tp_core.h" 63 - #include "trace.h" 64 63 65 64 #define CREATE_TRACE_POINTS 66 65 #include "trace.h"