fix memory hot remove not configured case.
[deliverable/linux.git] / arch / sh / mm / init.c
index 82b68c789a5f28c30e430fe9913654a341360b1c..d5e160da64b2759196597c395b06ad1f2e9a203e 100644 (file)
@@ -294,12 +294,6 @@ int arch_add_memory(int nid, u64 start, u64 size)
 }
 EXPORT_SYMBOL_GPL(arch_add_memory);
 
-int remove_memory(u64 start, u64 size)
-{
-       return -EINVAL;
-}
-EXPORT_SYMBOL_GPL(remove_memory);
-
 #ifdef CONFIG_NUMA
 int memory_add_physaddr_to_nid(u64 addr)
 {
This page took 0.024679 seconds and 5 git commands to generate.