mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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>
This commit is contained in:
parent
db2a8b6f1d
commit
5f90786b31
@ -180,6 +180,7 @@ static const struct pci_device_id pch_pcidev_id[] = {
|
||||
{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7831_I2C), 1, },
|
||||
{0,}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, pch_pcidev_id);
|
||||
|
||||
static irqreturn_t pch_i2c_handler(int irq, void *pData);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user