aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-03-28 18:30:03 +0100
committerDavid Howells <dhowells@redhat.com>2012-03-28 18:30:03 +0100
commit49a7f04a4b9d45cd794741ce3d5d66524b37bdd0 (patch)
tree74f7df3f508691bd73597119a537f810cf43d2ef /arch/frv
parentDisintegrate asm/system.h for OpenRISC (diff)
downloadlinux-dev-49a7f04a4b9d45cd794741ce3d5d66524b37bdd0.tar.xz
linux-dev-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/frv')
-rw-r--r--arch/frv/include/asm/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/frv/include/asm/system.h b/arch/frv/include/asm/system.h
index 5c707a235403..659bcdb44eca 100644
--- a/arch/frv/include/asm/system.h
+++ b/arch/frv/include/asm/system.h
@@ -1,6 +1,4 @@
-/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */
#include <asm/barrier.h>
#include <asm/cmpxchg.h>
#include <asm/exec.h>
#include <asm/switch_to.h>
-extern void free_initmem(void);