diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2025-09-23 11:50:23 +0800 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2025-09-24 16:44:44 +0100 |
commit | ea0b39168d3a2313eabd145fb3440c946ccff4d1 (patch) | |
tree | d0569794c83d9a4d6f9096f85b68082c599479f2 | |
parent | be9c94ca4ed5908e775dd9e31f9bd6bfb35adc70 (diff) |
arm64: cpufeature: Remove duplicate asm/mmu.h header
./arch/arm64/kernel/cpufeature.c: asm/mmu.h is included more than once.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r-- | arch/arm64/kernel/cpufeature.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c index 5dabb349986c..10362b296f2d 100644 --- a/arch/arm64/kernel/cpufeature.c +++ b/arch/arm64/kernel/cpufeature.c @@ -86,7 +86,6 @@ #include <asm/kvm_host.h> #include <asm/mmu.h> #include <asm/mmu_context.h> -#include <asm/mmu.h> #include <asm/mte.h> #include <asm/hypervisor.h> #include <asm/processor.h> |