diff options
Diffstat (limited to 'drivers/acpi/bay.c')
-rw-r--r-- | drivers/acpi/bay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/bay.c b/drivers/acpi/bay.c index 19fe57db397f..1f88858eb603 100644 --- a/drivers/acpi/bay.c +++ b/drivers/acpi/bay.c | |||
@@ -51,7 +51,7 @@ static int acpi_bay_add(struct acpi_device *device); | |||
51 | static int acpi_bay_remove(struct acpi_device *device, int type); | 51 | static int acpi_bay_remove(struct acpi_device *device, int type); |
52 | 52 | ||
53 | static struct acpi_driver acpi_bay_driver = { | 53 | static struct acpi_driver acpi_bay_driver = { |
54 | .name = ACPI_BAY_DRIVER_NAME, | 54 | .name = "bay", |
55 | .class = ACPI_BAY_CLASS, | 55 | .class = ACPI_BAY_CLASS, |
56 | .ids = ACPI_BAY_HID, | 56 | .ids = ACPI_BAY_HID, |
57 | .ops = { | 57 | .ops = { |