[PATCH -next] arm64: cpufeature: Remove duplicate asm/mmu.h header

Jiapeng Chong posted 1 patch 1 week, 1 day ago
arch/arm64/kernel/cpufeature.c | 1 -
1 file changed, 1 deletion(-)
[PATCH -next] arm64: cpufeature: Remove duplicate asm/mmu.h header
Posted by Jiapeng Chong 1 week, 1 day ago
./arch/arm64/kernel/cpufeature.c: asm/mmu.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=25461
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 arch/arm64/kernel/cpufeature.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/kernel/cpufeature.c b/arch/arm64/kernel/cpufeature.c
index 4e8021a96993..164605da920a 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>
-- 
2.43.5
Re: [PATCH -next] arm64: cpufeature: Remove duplicate asm/mmu.h header
Posted by Will Deacon 1 week ago
On Tue, 23 Sep 2025 11:50:23 +0800, Jiapeng Chong wrote:
> ./arch/arm64/kernel/cpufeature.c: asm/mmu.h is included more than once.
> 
> 

Applied to arm64 (for-next/core), thanks!

[1/1] arm64: cpufeature: Remove duplicate asm/mmu.h header
      https://git.kernel.org/arm64/c/ea0b39168d3a

Note that I dropped the Closes: tag because the bugzilla link was giving
me a 500 internal server error.

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev