diff options
Diffstat (limited to 'drivers/acpi/ac.c')
-rw-r--r-- | drivers/acpi/ac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/ac.c b/drivers/acpi/ac.c index a9b30e60a95..17eef27b9ce 100644 --- a/drivers/acpi/ac.c +++ b/drivers/acpi/ac.c | |||
@@ -58,7 +58,7 @@ static int acpi_ac_remove(struct acpi_device *device, int type); | |||
58 | static int acpi_ac_open_fs(struct inode *inode, struct file *file); | 58 | static int acpi_ac_open_fs(struct inode *inode, struct file *file); |
59 | 59 | ||
60 | static struct acpi_driver acpi_ac_driver = { | 60 | static struct acpi_driver acpi_ac_driver = { |
61 | .name = ACPI_AC_DRIVER_NAME, | 61 | .name = "ac", |
62 | .class = ACPI_AC_CLASS, | 62 | .class = ACPI_AC_CLASS, |
63 | .ids = ACPI_AC_HID, | 63 | .ids = ACPI_AC_HID, |
64 | .ops = { | 64 | .ops = { |