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>
This commit is contained in:
Jiapeng Chong
2025-09-23 11:50:23 +08:00
committed by Will Deacon
parent be9c94ca4e
commit ea0b39168d

View File

@@ -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>