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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Mike Rapoport <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent b71df8d commit c922781

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)