Skip to content

Commit

Permalink
mm: remove duplicate include statement in mmu.c
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Tian Tao authored and torvalds committed Oct 18, 2020
1 parent b71df8d commit c922781
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#include <asm/cp15.h>
#include <asm/cputype.h>
#include <asm/sections.h>
#include <asm/cachetype.h>
#include <asm/fixmap.h>
#include <asm/sections.h>
Expand Down

0 comments on commit c922781

Please sign in to comment.