From: Russell King Date: Fri, 24 Feb 2006 21:44:56 +0000 (+0000) Subject: [ARM] Fix typo in tlbflush.h X-Git-Tag: v2.6.17-rc1~661^2~1^2~4 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=fb1c7762b9b1f3c53daf0e700e977d77a29bcf04;p=linux-2.6-omap-h63xx.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 d64b180200f..728992451dd 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