Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: Remove unnecessary irqflags alternative.h include

Since commit 20af807d806d ("arm64: Avoid cpus_have_const_cap() for
ARM64_HAS_GIC_PRIO_MASKING"), the alternative.h include is not used,
so remove it.

Fixes: 20af807d806d ("arm64: Avoid cpus_have_const_cap() for ARM64_HAS_GIC_PRIO_MASKING")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Link: https://lore.kernel.org/r/20240314063819.2636445-1-ruanjinjie@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>

authored by

Jinjie Ruan and committed by
Will Deacon
98631c49 fec50db7

-1
-1
arch/arm64/include/asm/irqflags.h
··· 5 5 #ifndef __ASM_IRQFLAGS_H 6 6 #define __ASM_IRQFLAGS_H 7 7 8 - #include <asm/alternative.h> 9 8 #include <asm/barrier.h> 10 9 #include <asm/ptrace.h> 11 10 #include <asm/sysreg.h>