z2_battery: Add MODULE_DEVICE_TABLE
commitdcbc9169ed3ce7cd12328fec8b9eb9f7b91ce130
authorAxel Lin <axel.lin@gmail.com>
Tue, 1 Mar 2011 09:24:34 +0000 (1 17:24 +0800)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Tue, 1 Mar 2011 19:28:25 +0000 (1 22:28 +0300)
treec163be4a04c7e211a9926b837da8f6f00d329611
parent84ab16f54bbde67c8c2aabc36b034c91044935cb
z2_battery: Add MODULE_DEVICE_TABLE

The device table is required to load modules based on modaliases.
After adding the MODULE_DEVICE_TABLE, below entry will be added to
modules.alias:
alias i2c:aer915 z2_battery

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/z2_battery.c