Skip to content

Commit

Permalink
z2_battery: Add MODULE_DEVICE_TABLE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Anton Vorontsov committed Mar 1, 2011
1 parent 84ab16f commit dcbc916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/power/z2_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ static const struct i2c_device_id z2_batt_id[] = {
{ "aer915", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, z2_batt_id);

static struct i2c_driver z2_batt_driver = {
.driver = {
Expand Down

0 comments on commit dcbc916

Please sign in to comment.