Skip to content

Commit 2a49313

Browse files
Tian Taowilldeacon
authored andcommitted
arm64: Remove the unused include statements
linux/arm-smccc.h is included more than once, Remove the one that isn't necessary. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Reviewed-by: Steven Price <steven.price@arm.com> Link: https://lore.kernel.org/r/1599643682-10404-1-git-send-email-tiantao6@hisilicon.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 120dc60 commit 2a49313

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/kernel/cpu_errata.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ static void install_bp_hardening_cb(bp_hardening_cb_t fn,
169169
}
170170
#endif /* CONFIG_KVM_INDIRECT_VECTORS */
171171

172-
#include <linux/arm-smccc.h>
173-
174172
static void __maybe_unused call_smc_arch_workaround_1(void)
175173
{
176174
arm_smccc_1_1_smc(ARM_SMCCC_ARCH_WORKAROUND_1, NULL);

0 commit comments

Comments
 (0)