aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-03-01 04:23:34 -0500
committerAnton Vorontsov <cbouatmailru@gmail.com>2011-03-01 14:28:06 -0500
commit84ab16f54bbde67c8c2aabc36b034c91044935cb (patch)
treed9e59f15c3c2d63f4456b596248b046993ddd016 /drivers/power
parentf3da0dee31689130a06f12f06575c7a5b62421ad (diff)
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>
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 = {