Commit ea0b3916 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Will Deacon
Browse files

arm64: cpufeature: Remove duplicate asm/mmu.h header



./arch/arm64/kernel/cpufeature.c: asm/mmu.h is included more than once.

Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent be9c94ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>