From 16e00f5a5f12eb32ca39df6a7afd5c0062705af6 Mon Sep 17 00:00:00 2001 From: Alexey Kardashevskiy Date: Tue, 14 Apr 2015 17:01:56 +1000 Subject: [PATCH] powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVE 51925fb3c5 "powerpc/pseries: Implement memory hotplug remove in the kernel" broke compile when CONFIG_MEMORY_HOTREMOVE is not defined due to missing symbols. This fixes the issue by adding the missing symbols. Signed-off-by: Alexey Kardashevskiy Acked-by: Nathan Fontenot Signed-off-by: Michael Ellerman --- Reading git-format-patch failed