bq20z75: Add MODULE_DEVICE_TABLE
authorAxel Lin <axel.lin@gmail.com>
Tue, 1 Mar 2011 09:22:33 +0000 (17:22 +0800)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Tue, 1 Mar 2011 19:27:46 +0000 (22:27 +0300)
commitf3da0dee31689130a06f12f06575c7a5b62421ad
treea8a4b4711cee3c2d43591d217253ab27b5b31411
parent35c9d267665230cf44445be616d491d3763a5cd3
bq20z75: 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:bq20z75 bq20z75

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