Commit dcbc9169ed3ce7cd12328fec8b9eb9f7b91ce130

Authored by Axel Lin
Committed by Anton Vorontsov
1 parent 84ab16f54b

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/power/z2_battery.c
... ... @@ -293,6 +293,7 @@
293 293 { "aer915", 0 },
294 294 { }
295 295 };
  296 +MODULE_DEVICE_TABLE(i2c, z2_batt_id);
296 297  
297 298 static struct i2c_driver z2_batt_driver = {
298 299 .driver = {