diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-08-07 19:47:28 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-08-12 11:36:44 +0200 |
commit | e332a5aba83500e8d422c90d2a84d8a5f888673e (patch) | |
tree | 41ed2fcb623ae0d886f1eb0c5db8155ff7340ba5 /samples | |
parent | scripts: kconfig: merge_config: config files: add a trailing newline (diff) | |
download | linux-e332a5aba83500e8d422c90d2a84d8a5f888673e.tar.xz linux-e332a5aba83500e8d422c90d2a84d8a5f888673e.zip |
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> |