[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210304032800.188897-1-zhang.yunkai@zte.com.cn>
Date: Wed, 3 Mar 2021 19:28:00 -0800
From: menglong8.dong@...il.com
To: mpe@...erman.id.au
Cc: benh@...nel.crashing.org, paulus@...ba.org, rppt@...nel.org,
akpm@...ux-foundation.org, christophe.leroy@...roup.eu,
clg@...d.org, zhang.yunkai@....com.cn,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: [PATCH] arch/powerpc/include: remove duplicate include in pgtable.h
From: Zhang Yunkai <zhang.yunkai@....com.cn>
'asm/tlbflush.h' included in 'arch/powerpc/include/asm/pgtable.h'
is duplicated.It is also included in the 11th line.
Signed-off-by: Zhang Yunkai <zhang.yunkai@....com.cn>
---
arch/powerpc/include/asm/pgtable.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/powerpc/include/asm/pgtable.h b/arch/powerpc/include/asm/pgtable.h
index 4eed82172e33..c6a676714f04 100644
--- a/arch/powerpc/include/asm/pgtable.h
+++ b/arch/powerpc/include/asm/pgtable.h
@@ -41,8 +41,6 @@ struct mm_struct;
#ifndef __ASSEMBLY__
-#include <asm/tlbflush.h>
-
/* Keep these as a macros to avoid include dependency mess */
#define pte_page(x) pfn_to_page(pte_pfn(x))
#define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot))
--
2.25.1
Powered by blists - more mailing lists