aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/ds2782_battery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/ds2782_battery.c b/drivers/power/ds2782_battery.c
index 6957e8af6449..4d2dc4fa2888 100644
--- a/drivers/power/ds2782_battery.c
+++ b/drivers/power/ds2782_battery.c
@@ -393,6 +393,7 @@ static const struct i2c_device_id ds278x_id[] = {
393 {"ds2786", DS2786}, 393 {"ds2786", DS2786},
394 {}, 394 {},
395}; 395};
396MODULE_DEVICE_TABLE(i2c, ds278x_id);
396 397
397static struct i2c_driver ds278x_battery_driver = { 398static struct i2c_driver ds278x_battery_driver = {
398 .driver = { 399 .driver = {