diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-08-08 02:47:28 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-08-12 18:36:44 +0900 |
commit | e332a5aba83500e8d422c90d2a84d8a5f888673e (patch) | |
tree | 41ed2fcb623ae0d886f1eb0c5db8155ff7340ba5 /samples | |
parent | 33330bcf031818e60a816db0cfd3add9eecc3b28 (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.c | 1 |
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> |