mirror of https://gitee.com/openkylin/linux.git
arm64: Remove duplicate inclusion of mmu_context.h in smp.c
asm/mmu_context.h was included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
parent
ddffeb8c4d
commit
086e47b6c9
|
@ -46,7 +46,6 @@
|
|||
#include <asm/sections.h>
|
||||
#include <asm/tlbflush.h>
|
||||
#include <asm/ptrace.h>
|
||||
#include <asm/mmu_context.h>
|
||||
|
||||
/*
|
||||
* as from 2.5, kernels no longer have an init_tasks structure
|
||||
|
|
Loading…
Reference in New Issue