]> err.no Git - linux-2.6/blobdiff - include/asm-arm/tlbflush.h
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
[linux-2.6] / include / asm-arm / tlbflush.h
index d64b180200fada1c442b76baf1f53a0445dff84e..d97fc76189a5e5c95570424a19e0e0f5790a8fea 100644 (file)
 #ifndef _ASMARM_TLBFLUSH_H
 #define _ASMARM_TLBFLUSH_H
 
-#include <linux/config.h>
 
 #ifndef CONFIG_MMU
 
 #define tlb_flush(tlb) ((void) tlb)
 
-#else /* CONFIG_MMY */
+#else /* CONFIG_MMU */
 
 #include <asm/glue.h>