aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/system.h
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2012-03-28 18:30:03 +0100
committerDavid Howells <[email protected]>2012-03-28 18:30:03 +0100
commit49a7f04a4b9d45cd794741ce3d5d66524b37bdd0 (patch)
tree74f7df3f508691bd73597119a537f810cf43d2ef /arch/sh/include/asm/system.h
parent705f4502bb9592ad0e8fb1cd2ba5ae4ce955ff8b (diff)
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 <[email protected]> cc: [email protected] cc: [email protected] cc: [email protected] cc: [email protected] cc: [email protected] cc: [email protected]
Diffstat (limited to 'arch/sh/include/asm/system.h')
-rw-r--r--arch/sh/include/asm/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/system.h b/arch/sh/include/asm/system.h
index e2042aa32f2c..04268aa3b3e5 100644
--- a/arch/sh/include/asm/system.h
+++ b/arch/sh/include/asm/system.h
@@ -6,4 +6,3 @@
#include <asm/exec.h>
#include <asm/switch_to.h>
#include <asm/traps.h>
-void free_initmem(void);