diff options
-rw-r--r-- | mm/slab.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/slab.h b/mm/slab.h index ad15f624a6b5..495008f89bf6 100644 --- a/mm/slab.h +++ b/mm/slab.h @@ -27,11 +27,7 @@ struct slab { struct rcu_head rcu_head; struct { struct slab *next; -#ifdef CONFIG_64BIT int slabs; /* Nr of slabs left */ -#else - short int slabs; -#endif }; }; struct kmem_cache *slab_cache; |