diff options
author | Jesper Juhl <jj@chaosbits.net> | 2010-11-07 17:15:41 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-15 08:27:11 -0500 |
commit | b7bedd804333f13248c0fee57eeef764edfcbc9b (patch) | |
tree | b4655b785665c36259594d81b19256a4e2735783 /arch/arm/mm/flush.c | |
parent | 380cf090f4f531545b558b04a3dd90d09df52ee9 (diff) |
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>
Diffstat (limited to 'arch/arm/mm/flush.c')
-rw-r--r-- | arch/arm/mm/flush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mm/flush.c b/arch/arm/mm/flush.c index 391ffae75098..7d6e92b29e56 100644 --- a/arch/arm/mm/flush.c +++ b/arch/arm/mm/flush.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <asm/smp_plat.h> | 17 | #include <asm/smp_plat.h> |
18 | #include <asm/system.h> | 18 | #include <asm/system.h> |
19 | #include <asm/tlbflush.h> | 19 | #include <asm/tlbflush.h> |
20 | #include <asm/smp_plat.h> | ||
21 | 20 | ||
22 | #include "mm.h" | 21 | #include "mm.h" |
23 | 22 | ||