powerpc: Add missing sparsemem.h include
authorMichael Neuling <mikey@neuling.org>
Sun, 8 Feb 2009 14:49:39 +0000 (14:49 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 10 Feb 2009 03:39:09 +0000 (14:39 +1100)
commit0b2f82872ff855b92e9e8356b90ef429d96d6977
tree36698c3bea13a55443944e420e8d5e14b9231e21
parent5b11abfdb572bf9284e596dd198ac2aaf95b6616
powerpc: Add missing sparsemem.h include

arch/powerpc/platforms/pseries/hotplug-memory.c uses
remove_section_mapping() but doesn't include sparsemem.h which defines
it.  This can cause compilation fails for some configs.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/hotplug-memory.c