aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mm/mm.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-09-27 15:38:34 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-27 15:38:34 +0100
commitae8f154129e4d965771c2d6adbe36210b3913d72 (patch)
treea0ae19dfe29e7a2f3b9db1f081b643eafc71d221 /arch/arm/mm/mm.h
parentd111e8f9644aa585c1a7e198d74a4d2682ef1374 (diff)
[ARM] Move rest of MMU setup code from mm-armv.c to mmu.c
If we're going to have mmu.c for code which is specific to the MMU machines, we might as well move the other MMU initialisation specific code from mm-armv.c into this new file. This also allows us to make some functions static. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/mm.h')
-rw-r--r--arch/arm/mm/mm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mm/mm.h b/arch/arm/mm/mm.h
index 083c51d3903f..bb2bc9ab6bd3 100644
--- a/arch/arm/mm/mm.h
+++ b/arch/arm/mm/mm.h
@@ -17,7 +17,6 @@ struct map_desc;
struct meminfo;
struct pglist_data;
-void __init build_mem_type_table(void);
void __init create_mapping(struct map_desc *md);
void __init bootmem_init(struct meminfo *mi);
void reserve_node_zero(struct pglist_data *pgdat);