All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] module: remove duplicate include in arch/ia64/kernel/head.S
@ 2021-03-03  8:45 ` menglong8.dong
  0 siblings, 0 replies; 2+ messages in thread
From: menglong8.dong @ 2021-03-03  8:45 UTC (permalink / raw)
  To: linux-ia64; +Cc: akpm, rppt, zhang.yunkai, linux-kernel

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

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

Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] module: remove duplicate include in arch/ia64/kernel/head.S
@ 2021-03-03  8:45 ` menglong8.dong
  0 siblings, 0 replies; 2+ messages in thread
From: menglong8.dong @ 2021-03-03  8:45 UTC (permalink / raw)
  To: linux-ia64; +Cc: akpm, rppt, zhang.yunkai, linux-kernel

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

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

Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-03 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03  8:45 [PATCH] module: remove duplicate include in arch/ia64/kernel/head.S menglong8.dong
2021-03-03  8:45 ` menglong8.dong

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.