ds2782_battery: Add MODULE_DEVICE_TABLE

The device table is required to load modules based on modaliases.
After adding the MODULE_DEVICE_TABLE, below entries will be added to
modules.alias:
alias i2c:ds2786 ds2782_battery
alias i2c:ds2782 ds2782_battery

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>

authored by Axel Lin and committed by Anton Vorontsov 84ab16f5 f3da0dee

+1
+1
drivers/power/ds2782_battery.c
··· 393 393 {"ds2786", DS2786}, 394 394 {}, 395 395 }; 396 + MODULE_DEVICE_TABLE(i2c, ds278x_id); 396 397 397 398 static struct i2c_driver ds278x_battery_driver = { 398 399 .driver = {