Skip to content

Commit c922781

Browse files
Tian Taotorvalds
authored andcommitted
mm: remove duplicate include statement in mmu.c
asm/sections.h is included more than once, Remove the one that isn't necessary. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Mike Rapoport <rppt@linux.ibm.com> Link: https://lkml.kernel.org/r/1600088607-17327-1-git-send-email-tiantao6@hisilicon.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent b71df8d commit c922781

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm/mm/mmu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#include <asm/cp15.h>
1919
#include <asm/cputype.h>
20-
#include <asm/sections.h>
2120
#include <asm/cachetype.h>
2221
#include <asm/fixmap.h>
2322
#include <asm/sections.h>

0 commit comments

Comments
 (0)