aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/mach
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/mach')
-rw-r--r--include/asm-arm/mach/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-arm/mach/map.h b/include/asm-arm/mach/map.h
index c3929fc74afd..cef5364ed5fe 100644
--- a/include/asm-arm/mach/map.h
+++ b/include/asm-arm/mach/map.h
@@ -26,4 +26,8 @@ struct map_desc {
26#define MT_IXP2000_DEVICE 7 26#define MT_IXP2000_DEVICE 7
27#define MT_NONSHARED_DEVICE 8 27#define MT_NONSHARED_DEVICE 8
28 28
29#ifdef CONFIG_MMU
29extern void iotable_init(struct map_desc *, int); 30extern void iotable_init(struct map_desc *, int);
31#else
32#define iotable_init(map,num) do { } while (0)
33#endif