summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/pgtable-nommu.h
diff options
context:
space:
mode:
authorRussell King2006-11-30 14:53:54 +0100
committerRussell King2006-11-30 14:53:54 +0100
commit3ff1559eae70d5fb542eaa087389223dce4e364f (patch)
tree65762e5f8faf3efc4771cedcfd9ae9b4c2ec958c /include/asm-arm/pgtable-nommu.h
parent[ARM] 3936/1: [Jornada7xx] - No use for jornada720.h (diff)
downloadkernel-qcow2-linux-3ff1559eae70d5fb542eaa087389223dce4e364f.tar.gz
kernel-qcow2-linux-3ff1559eae70d5fb542eaa087389223dce4e364f.tar.xz
kernel-qcow2-linux-3ff1559eae70d5fb542eaa087389223dce4e364f.zip
[ARM] Fix nommu build
Fix warnings and errors in arch/arm/mm for nommu build. Remove commented out function prototype in pgtable-nommu.h Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/pgtable-nommu.h')
-rw-r--r--include/asm-arm/pgtable-nommu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/pgtable-nommu.h b/include/asm-arm/pgtable-nommu.h
index c1b264dff287..7b1c9acdf79a 100644
--- a/include/asm-arm/pgtable-nommu.h
+++ b/include/asm-arm/pgtable-nommu.h
@@ -44,7 +44,6 @@
#define PAGE_READONLY __pgprot(0)
#define PAGE_KERNEL __pgprot(0)
-//extern void paging_init(struct meminfo *, struct machine_desc *);
#define swapper_pg_dir ((pgd_t *) 0)
#define __swp_type(x) (0)