[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <575a9e4e-d66a-4691-809a-6990adfe1238@sifive.com>
Date: Tue, 12 Mar 2024 13:02:33 -0500
From: Samuel Holland <samuel.holland@...ive.com>
To: Charlie Jenkins <charlie@...osinc.com>
Cc: linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org, Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>, Albert Ou <aou@...s.berkeley.edu>,
Jonathan Corbet <corbet@....net>, Conor Dooley <conor.dooley@...rochip.com>,
Clément Léger <cleger@...osinc.com>,
Atish Patra <atishp@...shpatra.org>, Randy Dunlap <rdunlap@...radead.org>,
Alexandre Ghiti <alex@...ti.fr>
Subject: Re: [PATCH v11 1/4] riscv: Remove unnecessary irqflags processor.h
include
On 2024-02-12 5:36 PM, Charlie Jenkins wrote:
> This include is not used. Remove it to avoid a circular dependency in
> the next patch in the series.
>
> Signed-off-by: Charlie Jenkins <charlie@...osinc.com>
> ---
> arch/riscv/include/asm/irqflags.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/riscv/include/asm/irqflags.h b/arch/riscv/include/asm/irqflags.h
> index 08d4d6a5b7e9..6fd8cbfcfcc7 100644
> --- a/arch/riscv/include/asm/irqflags.h
> +++ b/arch/riscv/include/asm/irqflags.h
> @@ -7,7 +7,6 @@
> #ifndef _ASM_RISCV_IRQFLAGS_H
> #define _ASM_RISCV_IRQFLAGS_H
>
> -#include <asm/processor.h>
> #include <asm/csr.h>
>
> /* read interrupt enabled status */
>
Reviewed-by: Samuel Holland <samuel.holland@...ive.com>
Powered by blists - more mailing lists