Skip to content

Commit

Permalink
ACPI add ia64 exports to build acpi_memhotplug as a module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
KAMEZAWA Hiroyuki authored and Len Brown committed May 15, 2006
1 parent ebd5f2c commit 9c576ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/ia64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9c576ff

Please sign in to comment.