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>] [day] [month] [year] [list]
Date:   Wed,  3 Mar 2021 00:45:49 -0800
From:   menglong8.dong@...il.com
To:     linux-ia64@...r.kernel.org
Cc:     akpm@...ux-foundation.org, rppt@...nel.org,
        zhang.yunkai@....com.cn, linux-kernel@...r.kernel.org
Subject: [PATCH] module: remove duplicate include in arch/ia64/kernel/head.S

From: Zhang Yunkai <zhang.yunkai@....com.cn>

'linux/pgtable.h' included in 'arch/ia64/kernel/head.S' is duplicated.

Signed-off-by: Zhang Yunkai <zhang.yunkai@....com.cn>
---
 arch/ia64/kernel/head.S | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/ia64/kernel/head.S b/arch/ia64/kernel/head.S
index 30f1ef760136..81b64d1adad5 100644
--- a/arch/ia64/kernel/head.S
+++ b/arch/ia64/kernel/head.S
@@ -33,7 +33,6 @@
 #include <asm/mca_asm.h>
 #include <linux/init.h>
 #include <linux/linkage.h>
-#include <linux/pgtable.h>
 #include <asm/export.h>
 
 #ifdef CONFIG_HOTPLUG_CPU
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ