Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c576ff1 authored by KAMEZAWA Hiroyuki's avatar KAMEZAWA Hiroyuki Committed by Len Brown
Browse files

ACPI add ia64 exports to build acpi_memhotplug as a module

parent ebd5f2ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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