]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: eg20t: Load module automatically if ID matches
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 2 Jul 2020 10:15:27 +0000 (13:15 +0300)
committerWolfram Sang <wsa@kernel.org>
Sat, 4 Jul 2020 06:17:53 +0000 (08:17 +0200)
commitd3e7ae66e391d46302d127b4d7382479ddfdbcec
treeae2f2b2e00965004df25261b7c6fb63853eca9ec
parent1c8dcecd594ac18650ce3eab51934ea3fb18d158
i2c: eg20t: Load module automatically if ID matches

The driver can't be loaded automatically because it misses
module alias to be provided. Add corresponding MODULE_DEVICE_TABLE()
call to the driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-eg20t.c