projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be9c94c
)
arm64: cpufeature: Remove duplicate asm/mmu.h header
author
Jiapeng Chong
<jiapeng.chong@linux.alibaba.com>
Tue, 23 Sep 2025 03:50:23 +0000
(11:50 +0800)
committer
Will 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
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/cpufeature.c
b/arch/arm64/kernel/cpufeature.c
index
5dabb34
..
10362b2
100644
(file)
--- 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>