aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-01-08 21:35:57 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2023-01-09 07:34:38 +0900
commitb409ea4534204d4e6da3017d8713ce338f44b489 (patch)
treede2438ace272d4bcf30b10e3fa1a151ed944fad3 /init
parente3c9405ec56b6b0a75d993427bfc7f4194f73754 (diff)
downloadlinux-b409ea4534204d4e6da3017d8713ce338f44b489.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/version-timestamp.c b/init/version-timestamp.c
index 179e93bae5390e..043cbf80a766de 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>