aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/slub_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h
index 75f56c2ef2d4..07ef550c6627 100644
--- a/include/linux/slub_def.h
+++ b/include/linux/slub_def.h
@@ -113,9 +113,9 @@ struct kmem_cache {
113 113
114#ifdef CONFIG_SYSFS 114#ifdef CONFIG_SYSFS
115#define SLAB_SUPPORTS_SYSFS 115#define SLAB_SUPPORTS_SYSFS
116void sysfs_slab_remove(struct kmem_cache *); 116void sysfs_slab_release(struct kmem_cache *);
117#else 117#else
118static inline void sysfs_slab_remove(struct kmem_cache *s) 118static inline void sysfs_slab_release(struct kmem_cache *s)
119{ 119{
120} 120}
121#endif 121#endif