[PATCH] FRV: Remove the section annotation on free_initmem()

From: David Howells
Date: Tue Nov 06 2007 - 16:54:53 EST


From: David Howells <dhowells@xxxxxxxxxx>

Remove the section annotation on FRV's free_initmem(). It can't be marked
__init, lest it free itself.

Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
---

arch/frv/mm/init.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/frv/mm/init.c b/arch/frv/mm/init.c
index 4103c2c..b841ecf 100644
--- a/arch/frv/mm/init.c
+++ b/arch/frv/mm/init.c
@@ -197,7 +197,7 @@ void __init mem_init(void)
/*
* free the memory that was only required for initialisation
*/
-void __init free_initmem(void)
+void free_initmem(void)
{
#if defined(CONFIG_RAMKERNEL) && !defined(CONFIG_PROTECT_KERNEL)
unsigned long start, end, addr;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/