All of lore.kernel.org
 help / color / mirror / Atom feed
* + kernel-sysc-remove-unused-including-linux-versionh.patch added to -mm tree
@ 2021-01-25 22:32 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-01-25 22:32 UTC (permalink / raw)
  To: areber, christian.brauner, hulkci, liao.pingfang, linux,
	mchristi, mm-commits, Nicolas.Viennot, tglx, thomascedeno,
	viresh.kumar, viro, zou_wei


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@huawei.com>
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@huawei.com
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Reported-by: Hulk Robot <hulkci@huawei.com>
Cc: Christian Brauner <christian.brauner@ubuntu.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Adrian Reber <areber@redhat.com>
Cc: Thomas Cedeno <thomascedeno@google.com>
Cc: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Liao Pingfang <liao.pingfang@zte.com.cn>
Cc: Mike Christie <mchristi@redhat.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@huawei.com are

kernel-sysc-remove-unused-including-linux-versionh.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-25 22:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 22:32 + kernel-sysc-remove-unused-including-linux-versionh.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.