lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 25 Jan 2021 20:47:49 +0800
From:   Zou Wei <zou_wei@...wei.com>
To:     <christian.brauner@...ntu.com>, <akpm@...ux-foundation.org>,
        <tglx@...utronix.de>, <areber@...hat.com>,
        <thomascedeno@...gle.com>, <Nicolas.Viennot@...sigma.com>,
        <walken@...gle.co>, <viresh.kumar@...aro.org>,
        <liao.pingfang@....com.cn>, <mchristi@...hat.com>,
        <viro@...iv.linux.org.uk>, <linux@...musvillemoes.dk>
CC:     <linux-kernel@...r.kernel.org>, Zou Wei <zou_wei@...wei.com>
Subject: [PATCH -next] kernel/sys.c: Remove unused including <linux/version.h>

Fix the following versioncheck warning:

kernel/sys.c:42:1: unused including <linux/version.h>

Reported-by: Hulk Robot <hulkci@...wei.com>
Signed-off-by: Zou Wei <zou_wei@...wei.com>
---
 kernel/sys.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/sys.c b/kernel/sys.c
index e6fd8b8..8ecd3c5 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -39,7 +39,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>
 
-- 
2.6.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ