diff --git a/include/linux/slab.h b/include/linux/slab.h index cebcd3833c767e4849a59eb29277eec0e73ec89d..cd6ab658553f421aee97351b4139526ae8b9ab5f 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -14,8 +14,6 @@ #include #include -typedef struct kmem_cache kmem_cache_t __deprecated; - /* * Flags to pass to kmem_cache_create(). * The ones marked DEBUG are only valid if CONFIG_SLAB_DEBUG is set.