]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
init/version-timestamp.c: remove unneeded #include <linux/version.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 8 Jan 2023 12:35:57 +0000 (21:35 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 8 Jan 2023 22:34:38 +0000 (07:34 +0900)
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>
init/version-timestamp.c

index 179e93bae5390e80cd903c691a303872906db4af..043cbf80a766deec23a29e0cac70c22f9a149c6e 100644 (file)
@@ -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>