diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-01-08 21:35:57 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-01-09 07:34:38 +0900 |
commit | b409ea4534204d4e6da3017d8713ce338f44b489 (patch) | |
tree | de2438ace272d4bcf30b10e3fa1a151ed944fad3 /init | |
parent | e3c9405ec56b6b0a75d993427bfc7f4194f73754 (diff) | |
download | linux-b409ea4534204d4e6da3017d8713ce338f44b489.tar.gz linux-b409ea4534204d4e6da3017d8713ce338f44b489.tar.bz2 linux-b409ea4534204d4e6da3017d8713ce338f44b489.zip |
init/version-timestamp.c: remove unneeded #include <linux/version.h>
The kbuild test robot detected this by 'make versioncheck'.
Fixes: 2df8220cc511 ("kbuild: build init/built-in.a just once")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/version-timestamp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/version-timestamp.c b/init/version-timestamp.c index 179e93bae539..043cbf80a766 100644 --- a/init/version-timestamp.c +++ b/init/version-timestamp.c @@ -2,7 +2,6 @@ #include <generated/compile.h> #include <generated/utsrelease.h> -#include <linux/version.h> #include <linux/proc_ns.h> #include <linux/refcount.h> #include <linux/uts.h> |