]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: Remove the unused include statements
authorTian Tao <tiantao6@hisilicon.com>
Wed, 9 Sep 2020 09:28:02 +0000 (17:28 +0800)
committerWill Deacon <will@kernel.org>
Fri, 11 Sep 2020 16:28:36 +0000 (17:28 +0100)
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>
arch/arm64/kernel/cpu_errata.c

index c332d49780dc96c6afe8cbe7b88f7cbef3d727b9..9df3f9bb795026ce496d6b2b59d6b219830413b0 100644 (file)
@@ -169,8 +169,6 @@ static void install_bp_hardening_cb(bp_hardening_cb_t fn,
 }
 #endif /* CONFIG_KVM_INDIRECT_VECTORS */
 
-#include <linux/arm-smccc.h>
-
 static void __maybe_unused call_smc_arch_workaround_1(void)
 {
        arm_smccc_1_1_smc(ARM_SMCCC_ARCH_WORKAROUND_1, NULL);