]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd465f33169f55dd384f5f31d343e0ecf1cc02c3b
tree36698c3bea13a55443944e420e8d5e14b9231e21
parent439e14d2ca4d198968a22054af467d90304cb6e2
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