cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
[linux-2.6-microblaze.git] / include / linux / slab.h
index d6d6ffe..34e43cd 100644 (file)
@@ -788,12 +788,4 @@ size_t kmalloc_size_roundup(size_t size);
 
 void __init kmem_cache_init_late(void);
 
-#if defined(CONFIG_SMP) && defined(CONFIG_SLAB)
-int slab_prepare_cpu(unsigned int cpu);
-int slab_dead_cpu(unsigned int cpu);
-#else
-#define slab_prepare_cpu       NULL
-#define slab_dead_cpu          NULL
-#endif
-
 #endif /* _LINUX_SLAB_H */