diff options
Diffstat (limited to 'drivers/acpi/ec.c')
-rw-r--r-- | drivers/acpi/ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index a5c0b5cd9065..9d6795299af1 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c | |||
@@ -80,7 +80,7 @@ static int acpi_ec_stop(struct acpi_device *device, int type); | |||
80 | static int acpi_ec_add(struct acpi_device *device); | 80 | static int acpi_ec_add(struct acpi_device *device); |
81 | 81 | ||
82 | static struct acpi_driver acpi_ec_driver = { | 82 | static struct acpi_driver acpi_ec_driver = { |
83 | .name = ACPI_EC_DRIVER_NAME, | 83 | .name = "ec", |
84 | .class = ACPI_EC_CLASS, | 84 | .class = ACPI_EC_CLASS, |
85 | .ids = ACPI_EC_HID, | 85 | .ids = ACPI_EC_HID, |
86 | .ops = { | 86 | .ops = { |