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>

authored by Axel Lin and committed by Anton Vorontsov f3da0dee 35c9d267

+1
+1
drivers/power/bq20z75.c
··· 664 664 { "bq20z75", 0 }, 665 665 {} 666 666 }; 667 + MODULE_DEVICE_TABLE(i2c, bq20z75_id); 667 668 668 669 static struct i2c_driver bq20z75_battery_driver = { 669 670 .probe = bq20z75_probe,