Commit 698827fa authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds
Browse files

Remove the deprecated "kmem_cache_t" typedef from slab.h.



Given that there is no remaining usage of the deprecated kmem_cache_t
typedef anywhere in the tree, remove that typedef.

Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Acked-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
Acked-by: default avatarChristoph Lameter <clameter@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1037b83b
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -14,8 +14,6 @@
#include <linux/gfp.h>
#include <linux/gfp.h>
#include <linux/types.h>
#include <linux/types.h>


typedef struct kmem_cache kmem_cache_t __deprecated;

/*
/*
 * Flags to pass to kmem_cache_create().
 * Flags to pass to kmem_cache_create().
 * The ones marked DEBUG are only valid if CONFIG_SLAB_DEBUG is set.
 * The ones marked DEBUG are only valid if CONFIG_SLAB_DEBUG is set.