]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: cpufeature: Remove duplicate asm/mmu.h header
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Tue, 23 Sep 2025 03:50:23 +0000 (11:50 +0800)
committerWill Deacon <will@kernel.org>
Wed, 24 Sep 2025 15:44:44 +0000 (16:44 +0100)
./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>
arch/arm64/kernel/cpufeature.c

index 5dabb349986c7ca611e8dcd1672cb29725c93a4b..10362b296f2d625b75fa58d7126d35cfe2a5b212 100644 (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>