summaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorDavid Howells2012-03-28 19:30:03 +0200
committerDavid Howells2012-03-28 19:30:03 +0200
commit49a7f04a4b9d45cd794741ce3d5d66524b37bdd0 (patch)
tree74f7df3f508691bd73597119a537f810cf43d2ef /arch/sparc
parentDisintegrate asm/system.h for OpenRISC (diff)
downloadkernel-qcow2-linux-49a7f04a4b9d45cd794741ce3d5d66524b37bdd0.tar.gz
kernel-qcow2-linux-49a7f04a4b9d45cd794741ce3d5d66524b37bdd0.tar.xz
kernel-qcow2-linux-49a7f04a4b9d45cd794741ce3d5d66524b37bdd0.zip
Move all declarations of free_initmem() to linux/mm.h
Move all declarations of free_initmem() to linux/mm.h so that there's only one and it's used by everything. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-c6x-dev@linux-c6x.org cc: microblaze-uclinux@itee.uq.edu.au cc: linux-sh@vger.kernel.org cc: sparclinux@vger.kernel.org cc: x86@kernel.org cc: linux-mm@kvack.org
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/mm/init_64.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/mm/init_64.h b/arch/sparc/mm/init_64.h
index 77d1b313e344..3e1ac8b96cae 100644
--- a/arch/sparc/mm/init_64.h
+++ b/arch/sparc/mm/init_64.h
@@ -36,8 +36,6 @@ extern unsigned long kern_locked_tte_data;
extern void prom_world(int enter);
-extern void free_initmem(void);
-
#ifdef CONFIG_SPARSEMEM_VMEMMAP
#define VMEMMAP_CHUNK_SHIFT 22
#define VMEMMAP_CHUNK (1UL << VMEMMAP_CHUNK_SHIFT)