riscv: Remove unnecessary irqflags processor.h include
authorCharlie Jenkins <charlie@rivosinc.com>
Tue, 12 Mar 2024 23:53:40 +0000 (16:53 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 17 Apr 2024 01:50:52 +0000 (18:50 -0700)
This include is not used and can lead to circular dependencies.

Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
Link: https://lore.kernel.org/r/20240312-fencei-v13-1-4b6bdc2bbf32@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/include/asm/irqflags.h

index 08d4d6a5b7e9536271f71ab2e7423f7f778e47a0..6fd8cbfcfcc736acde2e0060210478f51d0541db 100644 (file)
@@ -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 */