applied thanks, -Len >-----Original Message----- >From: akpm@xxxxxxxx [mailto:akpm@xxxxxxxx] >Sent: Thursday, April 27, 2006 5:25 AM >To: Brown, Len >Cc: linux-acpi@xxxxxxxxxxxxxxx; akpm@xxxxxxxx; >kamezawa.hiroyu@xxxxxxxxxxxxxx >Subject: [patch 13/16] ia64: acpi_memhotplug() fix > > >From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> > >This export was necessary to compile acpi_memhotplug.c as module. > >Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> >Cc: "Brown, Len" <len.brown@xxxxxxxxx> >Signed-off-by: Andrew Morton <akpm@xxxxxxxx> >--- > > arch/ia64/mm/init.c | 2 ++ > 1 files changed, 2 insertions(+) > >diff -puN arch/ia64/mm/init.c~ia64-acpi_memhotplug-fix >arch/ia64/mm/init.c >--- devel/arch/ia64/mm/init.c~ia64-acpi_memhotplug-fix >2006-04-10 23:16:26.000000000 -0700 >+++ devel-akpm/arch/ia64/mm/init.c 2006-04-10 >23:16:26.000000000 -0700 >@@ -671,9 +671,11 @@ int add_memory(u64 start, u64 size) > > return ret; > } >+EXPORT_SYMBOL_GPL(add_memory); > > int remove_memory(u64 start, u64 size) > { > return -EINVAL; > } >+EXPORT_SYMBOL_GPL(remove_memory); > #endif >_ > - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html