summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-08-08 02:47:28 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2024-08-12 18:36:44 +0900
commite332a5aba83500e8d422c90d2a84d8a5f888673e (patch)
tree41ed2fcb623ae0d886f1eb0c5db8155ff7340ba5 /samples
parent33330bcf031818e60a816db0cfd3add9eecc3b28 (diff)
treewide: remove unnecessary <linux/version.h> inclusion
These files do not use any macros defined in <linux/version.h>. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Diffstat (limited to 'samples')
-rw-r--r--samples/trace_events/trace_custom_sched.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/trace_events/trace_custom_sched.c b/samples/trace_events/trace_custom_sched.c
index b99d9ab7db85..dd409b704b35 100644
--- a/samples/trace_events/trace_custom_sched.c
+++ b/samples/trace_events/trace_custom_sched.c
@@ -8,7 +8,6 @@
#define pr_fmt(fmt) fmt
#include <linux/trace_events.h>
-#include <linux/version.h>
#include <linux/module.h>
#include <linux/sched.h>