]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/acpi/i2c_ec.c
ACPI: fix acpi_driver.name usage
[mirror_ubuntu-zesty-kernel.git] / drivers / acpi / i2c_ec.c
index 62af6da819c08db06d23a5732c3bf9d028fcc519..d2fde7ab3625e957f52ca154ae1485fbb7c65ee4 100644 (file)
@@ -39,7 +39,7 @@ static int acpi_ec_hc_add(struct acpi_device *device);
 static int acpi_ec_hc_remove(struct acpi_device *device, int type);
 
 static struct acpi_driver acpi_ec_hc_driver = {
-       .name = ACPI_EC_HC_DRIVER_NAME,
+       .name = "i2c_ec",
        .class = ACPI_EC_HC_CLASS,
        .ids = ACPI_EC_HC_HID,
        .ops = {