aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/mach/map.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-06-24 12:20:13 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-06-28 12:59:51 -0400
commit888e7bf166a0059480da137f3bd28dcd51175f3d (patch)
treec5eb3b691ecf55cfd17b400bb54bd26618481bcf /include/asm-arm/mach/map.h
parente6b1b38c520d85388ab6538001265cc342e81a70 (diff)
[ARM] Remove TABLE_SIZE, and several unused function prototypes
TABLE_SIZE is never used in arch/arm/mm/init.c. create_memmap_holes(), memtable_init, and setup_io_desc() no longer exist in the kernel. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/mach/map.h')
-rw-r--r--include/asm-arm/mach/map.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-arm/mach/map.h b/include/asm-arm/mach/map.h
index e8ea67c97c73..c3929fc74afd 100644
--- a/include/asm-arm/mach/map.h
+++ b/include/asm-arm/mach/map.h
@@ -16,8 +16,6 @@ struct map_desc {
16 unsigned int type; 16 unsigned int type;
17}; 17};
18 18
19struct meminfo;
20
21#define MT_DEVICE 0 19#define MT_DEVICE 0
22#define MT_CACHECLEAN 1 20#define MT_CACHECLEAN 1
23#define MT_MINICLEAN 2 21#define MT_MINICLEAN 2
@@ -28,7 +26,4 @@ struct meminfo;
28#define MT_IXP2000_DEVICE 7 26#define MT_IXP2000_DEVICE 7
29#define MT_NONSHARED_DEVICE 8 27#define MT_NONSHARED_DEVICE 8
30 28
31extern void create_memmap_holes(struct meminfo *);
32extern void memtable_init(struct meminfo *);
33extern void iotable_init(struct map_desc *, int); 29extern void iotable_init(struct map_desc *, int);
34extern void setup_io_desc(void);