aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/tlbflush.h2
1 files changed, 1 insertions, 1 deletions
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 @@
16 16
17#define tlb_flush(tlb) ((void) tlb) 17#define tlb_flush(tlb) ((void) tlb)
18 18
19#else /* CONFIG_MMY */ 19#else /* CONFIG_MMU */
20 20
21#include <asm/glue.h> 21#include <asm/glue.h>
22 22