aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/bus.c')
-rw-r--r--drivers/acpi/bus.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
index afe6f9a919c1..e7e5844c87d0 100644
--- a/drivers/acpi/bus.c
+++ b/drivers/acpi/bus.c
@@ -311,9 +311,7 @@ static void acpi_bus_osc_support(void)
311 capbuf[OSC_SUPPORT_DWORD] |= OSC_SB_PPC_OST_SUPPORT; 311 capbuf[OSC_SUPPORT_DWORD] |= OSC_SB_PPC_OST_SUPPORT;
312#endif 312#endif
313 313
314#ifdef ACPI_HOTPLUG_OST
315 capbuf[OSC_SUPPORT_DWORD] |= OSC_SB_HOTPLUG_OST_SUPPORT; 314 capbuf[OSC_SUPPORT_DWORD] |= OSC_SB_HOTPLUG_OST_SUPPORT;
316#endif
317 315
318 if (!ghes_disable) 316 if (!ghes_disable)
319 capbuf[OSC_SUPPORT_DWORD] |= OSC_SB_APEI_SUPPORT; 317 capbuf[OSC_SUPPORT_DWORD] |= OSC_SB_APEI_SUPPORT;
@@ -410,7 +408,7 @@ static void acpi_bus_notify(acpi_handle handle, u32 type, void *data)
410 return; 408 return;
411 409
412 err: 410 err:
413 acpi_evaluate_hotplug_ost(handle, type, ost_code, NULL); 411 acpi_evaluate_ost(handle, type, ost_code, NULL);
414} 412}
415 413
416/* -------------------------------------------------------------------------- 414/* --------------------------------------------------------------------------