diff options
-rw-r--r-- | drivers/pci/hotplug/shpchp_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/shpchp_core.c b/drivers/pci/hotplug/shpchp_core.c index b6de307248e4..59ca86c924a3 100644 --- a/drivers/pci/hotplug/shpchp_core.c +++ b/drivers/pci/hotplug/shpchp_core.c | |||
@@ -366,7 +366,7 @@ static int __init shpcd_init(void) | |||
366 | { | 366 | { |
367 | int retval = 0; | 367 | int retval = 0; |
368 | 368 | ||
369 | shpchp_wq = alloc_ordered_workqueue("shpchp", 0); | 369 | shpchp_wq = alloc_workqueue("shpchp", 0, 0); |
370 | if (!shpchp_wq) | 370 | if (!shpchp_wq) |
371 | return -ENOMEM; | 371 | return -ENOMEM; |
372 | 372 | ||