[PATCH] slab: remove kmem_cache_t
[linux-2.6-block.git] / drivers / pci / msi.c
index 9fc9a34ef24a28e74ec07ca725eb0c6db91f29ac..9168401401bcc089f86d1f57e8fea2260b68de53 100644 (file)
@@ -26,7 +26,7 @@
 
 static DEFINE_SPINLOCK(msi_lock);
 static struct msi_desc* msi_desc[NR_IRQS] = { [0 ... NR_IRQS-1] = NULL };
-static kmem_cache_t* msi_cachep;
+static struct kmem_cache* msi_cachep;
 
 static int pci_msi_enable = 1;