From 46df55b51734fc98be75b2148a463069a65685be Mon Sep 17 00:00:00 2001 From: Zhang Yunkai Date: Thu, 29 Apr 2021 22:53:18 -0700 Subject: [PATCH] arch/ia64/kernel/head.S: remove duplicate include 'linux/pgtable.h' included in 'arch/ia64/kernel/head.S' is duplicated. Link: https://lkml.kernel.org/r/20210303084549.179346-1-zhang.yunkai@zte.com.cn Signed-off-by: Zhang Yunkai Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 30f1ef7..81b64d1 100644 --- a/arch/ia64/kernel/head.S +++ b/arch/ia64/kernel/head.S @@ -33,7 +33,6 @@ #include #include #include -#include #include #ifdef CONFIG_HOTPLUG_CPU -- 2.7.4