Skip to content

Commit

Permalink
arm64: Remove duplicate inclusion of mmu_context.h in smp.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Catalin Marinas committed Oct 16, 2012
1 parent ddffeb8 commit 086e47b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 086e47b

Please sign in to comment.