aboutsummaryrefslogtreecommitdiffstats
path: root/lib/radix-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/radix-tree.c')
-rw-r--r--lib/radix-tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/radix-tree.c b/lib/radix-tree.c
index e2cefabb5aa0..d69ddbe43865 100644
--- a/lib/radix-tree.c
+++ b/lib/radix-tree.c
@@ -996,7 +996,6 @@ static __init void radix_tree_init_maxindex(void)
996 height_to_maxindex[i] = __maxindex(i); 996 height_to_maxindex[i] = __maxindex(i);
997} 997}
998 998
999#ifdef CONFIG_HOTPLUG_CPU
1000static int radix_tree_callback(struct notifier_block *nfb, 999static int radix_tree_callback(struct notifier_block *nfb,
1001 unsigned long action, 1000 unsigned long action,
1002 void *hcpu) 1001 void *hcpu)
@@ -1016,7 +1015,6 @@ static int radix_tree_callback(struct notifier_block *nfb,
1016 } 1015 }
1017 return NOTIFY_OK; 1016 return NOTIFY_OK;
1018} 1017}
1019#endif /* CONFIG_HOTPLUG_CPU */
1020 1018
1021void __init radix_tree_init(void) 1019void __init radix_tree_init(void)
1022{ 1020{