Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7bedd80 authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina
Browse files

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: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 380cf090
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"