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)
commit5f90786b31fb7d1e199a8999d46c4e3aea672e11
treeae2f2b2e00965004df25261b7c6fb63853eca9ec
parentdb2a8b6f1df93d5311970cca03052c01178de674
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