[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e38279c5-3284-1693-ec34-4e537bd49c1e@csgroup.eu>
Date: Tue, 23 Mar 2021 06:41:49 +0100
From: Christophe Leroy <christophe.leroy@...roup.eu>
To: Wan Jiabing <wanjiabing@...o.com>,
zhouchuangao <zhouchuangao@...o.com>
Cc: kael_w@...h.net, Qiang Zhao <qiang.zhao@....com>,
Michael Ellerman <mpe@...erman.id.au>,
Paul Mackerras <paulus@...ba.org>,
linux-kernel@...r.kernel.org, Michal Suchanek <msuchanek@...e.de>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
"Aneesh Kumar K.V" <aneesh.kumar@...ux.ibm.com>,
linuxppc-dev@...ts.ozlabs.org, Nicholas Piggin <npiggin@...il.com>
Subject: Re: [PATCH] arch: powerpc: Remove duplicate include of interrupt.h
Le 23/03/2021 à 03:41, Wan Jiabing a écrit :
> asm/interrupt.h has been included at line 12. According to
> alphabetic order,we remove the duplicate one at line 10.
Could you please cook a single patch for all files in arch/powerpc/
Thanks
Christophe
>
> Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
> ---
> arch/powerpc/kernel/interrupt.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/powerpc/kernel/interrupt.c b/arch/powerpc/kernel/interrupt.c
> index c475a229a42a..11d456896772 100644
> --- a/arch/powerpc/kernel/interrupt.c
> +++ b/arch/powerpc/kernel/interrupt.c
> @@ -7,7 +7,6 @@
> #include <asm/asm-prototypes.h>
> #include <asm/kup.h>
> #include <asm/cputime.h>
> -#include <asm/interrupt.h>
> #include <asm/hw_irq.h>
> #include <asm/interrupt.h>
> #include <asm/kprobes.h>
>
Powered by blists - more mailing lists