]> 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)
commitc693a62a50fb329bb0596fe99644d0996d4818e7
treeae2f2b2e00965004df25261b7c6fb63853eca9ec
parent1c0dcf3d755be31c26b0d00cae1e207b8bbf75f5
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