diff options
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/sbs-battery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/sbs-battery.c b/drivers/power/sbs-battery.c index b677b88da00f..9ff8af069da6 100644 --- a/drivers/power/sbs-battery.c +++ b/drivers/power/sbs-battery.c | |||
@@ -610,7 +610,7 @@ static const struct of_device_id sbs_dt_ids[] = { | |||
610 | { .compatible = "ti,bq20z75" }, | 610 | { .compatible = "ti,bq20z75" }, |
611 | { } | 611 | { } |
612 | }; | 612 | }; |
613 | MODULE_DEVICE_TABLE(i2c, sbs_dt_ids); | 613 | MODULE_DEVICE_TABLE(of, sbs_dt_ids); |
614 | 614 | ||
615 | static struct sbs_platform_data *sbs_of_populate_pdata( | 615 | static struct sbs_platform_data *sbs_of_populate_pdata( |
616 | struct i2c_client *client) | 616 | struct i2c_client *client) |