commit | 0b2f82872ff855b92e9e8356b90ef429d96d6977 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Sun Feb 08 14:49:39 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Feb 10 14:39:09 2009 +1100 |
tree | 36698c3bea13a55443944e420e8d5e14b9231e21 | |
parent | 5b11abfdb572bf9284e596dd198ac2aaf95b6616 [diff] |
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>