Skip to content

Commit

Permalink
ARM, mm: Don't include smp_plat.h twice in flush.c
Browse files Browse the repository at this point in the history
It's enough to include the asm/smp_plat.h once in arch/arm/mm/flush.c

Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
jjuhl authored and Jiri Kosina committed Nov 15, 2010
1 parent 380cf09 commit b7bedd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mm/flush.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <asm/smp_plat.h>
#include <asm/system.h>
#include <asm/tlbflush.h>
#include <asm/smp_plat.h>

#include "mm.h"

Expand Down

0 comments on commit b7bedd8

Please sign in to comment.