X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fxen%2Fxen-acpi-memhotplug.c;h=34e40b733f9a8f27cdfb142f8ce67f081188d63b;hb=53c566625fb872e7826a237f0f5c21458028e94a;hp=f8d18626969a48819ae5810f1d424dc4eacf3f31;hpb=9b3e7c9b9ab5c2827c1ecd45327b851a1bd01c2a;p=cascardo%2Flinux.git diff --git a/drivers/xen/xen-acpi-memhotplug.c b/drivers/xen/xen-acpi-memhotplug.c index f8d18626969a..34e40b733f9a 100644 --- a/drivers/xen/xen-acpi-memhotplug.c +++ b/drivers/xen/xen-acpi-memhotplug.c @@ -285,7 +285,7 @@ static void acpi_memory_device_notify(acpi_handle handle, u32 event, void *data) return; } - (void) acpi_evaluate_hotplug_ost(handle, event, ost_code, NULL); + (void) acpi_evaluate_ost(handle, event, ost_code, NULL); return; }