diff options
author | 2006-04-27 05:25:00 -0400 | |
---|---|---|
committer | 2006-05-15 02:23:35 -0400 | |
commit | 9c576ff1bc9ab42d06457e68e39c121481138562 (patch) | |
tree | 8082e3ccad2ea162eee9889a681b87267e42f6f6 | |
parent | ACPI: asus_acpi_init(): propagate correct return value (diff) | |
download | linux-dev-9c576ff1bc9ab42d06457e68e39c121481138562.tar.xz linux-dev-9c576ff1bc9ab42d06457e68e39c121481138562.zip |
ACPI add ia64 exports to build acpi_memhotplug as a module
Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | arch/ia64/mm/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/mm/init.c b/arch/ia64/mm/init.c index cafa8776a53d..11f08001f8c2 100644 --- a/arch/ia64/mm/init.c +++ b/arch/ia64/mm/init.c @@ -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 |