[PATCH] slab: remove kmem_cache_t
[linux-2.6-block.git] / include / linux / i2o.h
index 1fb02e17f6f642b9880ce814d00c11160219ddb7..2514f4e286b74c7d177413c732dc12096fa4b44e 100644 (file)
@@ -490,7 +490,7 @@ struct i2o_dma {
  */
 struct i2o_pool {
        char *name;
-       kmem_cache_t *slab;
+       struct kmem_cache *slab;
        mempool_t *mempool;
 };