mmc: update workqueue usages
[linux-2.6-microblaze.git] / drivers / mmc / core / core.c
index 8f86d70..55b545f 100644 (file)
@@ -1789,7 +1789,7 @@ static int __init mmc_init(void)
 {
        int ret;
 
-       workqueue = create_singlethread_workqueue("kmmcd");
+       workqueue = alloc_ordered_workqueue("kmmcd", 0);
        if (!workqueue)
                return -ENOMEM;