Archived
14
0
Fork 0

ARM, mm: Don't include smp_plat.h twice in flush.c

It's enough to include the asm/smp_plat.h once in arch/arm/mm/flush.c

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Jesper Juhl 2010-11-07 23:15:41 +01:00 committed by Jiri Kosina
parent 380cf090f4
commit b7bedd8043

View file

@ -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"