X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Ftipc%2Fhandler.c;h=eb80778d6d9c6d22781b205a21b139bd4c87f052;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=ae6ddf00a1aaea8aaaa17d708e4d4eaca4bfe059;hpb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;p=linux-2.6.git diff --git a/net/tipc/handler.c b/net/tipc/handler.c index ae6ddf00a..eb80778d6 100644 --- a/net/tipc/handler.c +++ b/net/tipc/handler.c @@ -42,7 +42,7 @@ struct queue_item { unsigned long data; }; -static kmem_cache_t *tipc_queue_item_cache; +static struct kmem_cache *tipc_queue_item_cache; static struct list_head signal_queue_head; static DEFINE_SPINLOCK(qitem_lock); static int handler_enabled = 0;