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

[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
......@@ -16,7 +16,7 @@
#define tlb_flush(tlb) ((void) tlb)
#else /* CONFIG_MMY */
#else /* CONFIG_MMU */
#include <asm/glue.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment