[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <899a2027-d7e8-334d-d7ad-36ee143cfbce@kaod.org>
Date: Fri, 5 Mar 2021 18:22:12 +0100
From: Cédric Le Goater <clg@...d.org>
To: <menglong8.dong@...il.com>, <mpe@...erman.id.au>
CC: <benh@...nel.crashing.org>, <paulus@...ba.org>,
<npiggin@...il.com>, <aneesh.kumar@...ux.ibm.com>,
<rdunlap@...radead.org>, <ganeshgr@...ux.ibm.com>,
<zhang.yunkai@....com.cn>, <linuxppc-dev@...ts.ozlabs.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] arch/powerpc/include/asm/book3s/64/: remove duplicate
include in mmu-hash.h
On 3/4/21 3:42 AM, menglong8.dong@...il.com wrote:
> From: Zhang Yunkai <zhang.yunkai@....com.cn>
>
> 'asm/bug.h' included in 'arch/powerpc/include/asm/book3s/64/mmu-hash.h'
> is duplicated.It is also included in the 12th line.
>
> Signed-off-by: Zhang Yunkai <zhang.yunkai@....com.cn>
Reviewed-by: Cédric Le Goater <clg@...d.org>
> ---
> arch/powerpc/include/asm/book3s/64/mmu-hash.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/powerpc/include/asm/book3s/64/mmu-hash.h b/arch/powerpc/include/asm/book3s/64/mmu-hash.h
> index f911bdb68d8b..3004f3323144 100644
> --- a/arch/powerpc/include/asm/book3s/64/mmu-hash.h
> +++ b/arch/powerpc/include/asm/book3s/64/mmu-hash.h
> @@ -18,7 +18,6 @@
> * complete pgtable.h but only a portion of it.
> */
> #include <asm/book3s/64/pgtable.h>
> -#include <asm/bug.h>
> #include <asm/task_size_64.h>
> #include <asm/cpu_has_feature.h>
>
>
Powered by blists - more mailing lists