From: Russell King Date: Fri, 24 Feb 2006 21:44:56 +0000 (+0000) Subject: [ARM] Fix typo in tlbflush.h X-Git-Tag: MMI-PSA29.97-13-9~50439^2~5^2~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fb1c7762b9b1f3c53daf0e700e977d77a29bcf04;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git [ARM] Fix typo in tlbflush.h s/CONFIG_MMY/CONFIG_MMU/ Signed-off-by: Russell King --- diff --git a/include/asm-arm/tlbflush.h b/include/asm-arm/tlbflush.h index d64b180200fa..728992451dd1 100644 --- a/include/asm-arm/tlbflush.h +++ b/include/asm-arm/tlbflush.h @@ -16,7 +16,7 @@ #define tlb_flush(tlb) ((void) tlb) -#else /* CONFIG_MMY */ +#else /* CONFIG_MMU */ #include