The patch titled Subject: kernel/sys.c: Remove unused including <linux/version.h> has been added to the -mm tree. Its filename is kernel-sysc-remove-unused-including-linux-versionh.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/kernel-sysc-remove-unused-including-linux-versionh.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/kernel-sysc-remove-unused-including-linux-versionh.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Zou Wei <zou_wei@xxxxxxxxxx> Subject: kernel/sys.c: Remove unused including <linux/version.h> Fix the following versioncheck warning: kernel/sys.c:42:1: unused including <linux/version.h> Link: https://lkml.kernel.org/r/1611578869-43453-1-git-send-email-zou_wei@xxxxxxxxxx Signed-off-by: Zou Wei <zou_wei@xxxxxxxxxx> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> Cc: Christian Brauner <christian.brauner@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Adrian Reber <areber@xxxxxxxxxx> Cc: Thomas Cedeno <thomascedeno@xxxxxxxxxx> Cc: Nicolas Viennot <Nicolas.Viennot@xxxxxxxxxxxx> Cc: Viresh Kumar <viresh.kumar@xxxxxxxxxx> Cc: Liao Pingfang <liao.pingfang@xxxxxxxxxx> Cc: Mike Christie <mchristi@xxxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/sys.c | 1 - 1 file changed, 1 deletion(-) --- a/kernel/sys.c~kernel-sysc-remove-unused-including-linux-versionh +++ a/kernel/sys.c @@ -40,7 +40,6 @@ #include <linux/mount.h> #include <linux/gfp.h> #include <linux/syscore_ops.h> -#include <linux/version.h> #include <linux/ctype.h> #include <linux/syscall_user_dispatch.h> _ Patches currently in -mm which might be from zou_wei@xxxxxxxxxx are kernel-sysc-remove-unused-including-linux-versionh.patch