ACPI: fix acpi_driver.name usage
[sfrench/cifs-2.6.git] / drivers / acpi / acpi_memhotplug.c
index 88a6dc378da0a94d8fe98d12fd9d1f8b8105c7a1..d677130f9898bb07a5e47e8d72272b1298728c81 100644 (file)
@@ -60,7 +60,7 @@ static int acpi_memory_device_remove(struct acpi_device *device, int type);
 static int acpi_memory_device_start(struct acpi_device *device);
 
 static struct acpi_driver acpi_memory_device_driver = {
-       .name = ACPI_MEMORY_DEVICE_DRIVER_NAME,
+       .name = "acpi_memhotplug",
        .class = ACPI_MEMORY_DEVICE_CLASS,
        .ids = ACPI_MEMORY_DEVICE_HID,
        .ops = {