]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/sh/kernel/cpu/sh4/sq.c
mm: Remove slab destructors from kmem_cache_create().
[net-next-2.6.git] / arch / sh / kernel / cpu / sh4 / sq.c
index d7fff752e569964652915e44a2197abe7eb85b5d..b98d6c3e6f36c3edb9b70a2e3ae07a1ac802be0a 100644 (file)
@@ -371,8 +371,7 @@ static int __init sq_api_init(void)
        printk(KERN_NOTICE "sq: Registering store queue API.\n");
 
        sq_cache = kmem_cache_create("store_queue_cache",
-                               sizeof(struct sq_mapping), 0, 0,
-                               NULL, NULL);
+                               sizeof(struct sq_mapping), 0, 0, NULL);
        if (unlikely(!sq_cache))
                return ret;