Przeglądaj źródła

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>
Jesper Juhl 14 lat temu
rodzic
commit
b7bedd8043
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      arch/arm/mm/flush.c

+ 0 - 1
arch/arm/mm/flush.c

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