diff options
Diffstat (limited to 'drivers/mfd/axp20x.c')
-rw-r--r-- | drivers/mfd/axp20x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c index 6df91556faf3..8c2c3c4c9a56 100644 --- a/drivers/mfd/axp20x.c +++ b/drivers/mfd/axp20x.c | |||
@@ -613,7 +613,6 @@ static int axp20x_i2c_remove(struct i2c_client *i2c) | |||
613 | static struct i2c_driver axp20x_i2c_driver = { | 613 | static struct i2c_driver axp20x_i2c_driver = { |
614 | .driver = { | 614 | .driver = { |
615 | .name = "axp20x", | 615 | .name = "axp20x", |
616 | .owner = THIS_MODULE, | ||
617 | .of_match_table = of_match_ptr(axp20x_of_match), | 616 | .of_match_table = of_match_ptr(axp20x_of_match), |
618 | .acpi_match_table = ACPI_PTR(axp20x_acpi_match), | 617 | .acpi_match_table = ACPI_PTR(axp20x_acpi_match), |
619 | }, | 618 | }, |