]> err.no Git - linux-2.6/blobdiff - block/bsg.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6] / block / bsg.c
index 1ba9bc6d9a44555d975a139ded1aa69a66e023cd..b571869928a83c16dbcf6fb0c94aa5dc0c90e2da 100644 (file)
@@ -1035,7 +1035,7 @@ static int __init bsg_init(void)
        dev_t devid;
 
        bsg_cmd_cachep = kmem_cache_create("bsg_cmd",
-                               sizeof(struct bsg_command), 0, 0, NULL, NULL);
+                               sizeof(struct bsg_command), 0, 0, NULL);
        if (!bsg_cmd_cachep) {
                printk(KERN_ERR "bsg: failed creating slab cache\n");
                return -ENOMEM;