Skip to content

Commit 98631c4

Browse files
ruanjinjie-engwilldeacon
authored andcommitted
arm64: Remove unnecessary irqflags alternative.h include
Since commit 20af807 ("arm64: Avoid cpus_have_const_cap() for ARM64_HAS_GIC_PRIO_MASKING"), the alternative.h include is not used, so remove it. Fixes: 20af807 ("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>
1 parent fec50db commit 98631c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm64/include/asm/irqflags.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#ifndef __ASM_IRQFLAGS_H
66
#define __ASM_IRQFLAGS_H
77

8-
#include <asm/alternative.h>
98
#include <asm/barrier.h>
109
#include <asm/ptrace.h>
1110
#include <asm/sysreg.h>

0 commit comments

Comments
 (0)