]> nv-tegra.nvidia Code Review - linux-3.10.git/blobdiff - kernel/pid.c
[PATCH] slab: remove kmem_cache_t
[linux-3.10.git] / kernel / pid.c
index b914392085f9a171f08a3e202dc14145e1563929..a48879b0b9212a14042e686b0518d79968519df8 100644 (file)
@@ -31,7 +31,7 @@
 #define pid_hashfn(nr) hash_long((unsigned long)nr, pidhash_shift)
 static struct hlist_head *pid_hash;
 static int pidhash_shift;
-static kmem_cache_t *pid_cachep;
+static struct kmem_cache *pid_cachep;
 
 int pid_max = PID_MAX_DEFAULT;