Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-1
-1
init/version-timestamp.c
··· 2 2 3 3 #include <generated/compile.h> 4 4 #include <generated/utsrelease.h> 5 - #include <linux/version.h> 6 5 #include <linux/proc_ns.h> 7 6 #include <linux/refcount.h> 8 7 #include <linux/uts.h>