ds2782_battery: Add MODULE_DEVICE_TABLE
authorAxel Lin <axel.lin@gmail.com>
Tue, 1 Mar 2011 09:23:34 +0000 (17:23 +0800)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Tue, 1 Mar 2011 19:28:06 +0000 (22:28 +0300)
commit84ab16f54bbde67c8c2aabc36b034c91044935cb
treed9e59f15c3c2d63f4456b596248b046993ddd016
parentf3da0dee31689130a06f12f06575c7a5b62421ad
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>
drivers/power/ds2782_battery.c