Skip to content

Commit 98631c4

Browse files
Jinjie Ruanwilldeacon
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent fec50db commit 98631c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)