X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fposix-timers.c;h=5fe87de10ff07ae1afbecc8e076360c4f6005424;hb=81ebd4988892869260808286641a5400aafcb3d1;hp=9cbb5d1be06f7420005bdf32538777deb844af03;hpb=12e36b2f41b6cbc67386fcb9c59c32a3e2033905;p=linux-2.6 diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c index 9cbb5d1be0..5fe87de10f 100644 --- a/kernel/posix-timers.c +++ b/kernel/posix-timers.c @@ -70,7 +70,7 @@ /* * Lets keep our timers in a slab cache :-) */ -static kmem_cache_t *posix_timers_cache; +static struct kmem_cache *posix_timers_cache; static struct idr posix_timers_id; static DEFINE_SPINLOCK(idr_lock);