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

Commit fb1c7762 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Fix typo in tlbflush.h



s/CONFIG_MMY/CONFIG_MMU/

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0157903e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#define tlb_flush(tlb)	((void) tlb)

#else /* CONFIG_MMY */
#else /* CONFIG_MMU */

#include <asm/glue.h>