]> git.baikalelectronics.ru Git - kernel.git/commit
ptp_pch: Load module automatically if ID matches
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 1 Oct 2021 16:20:33 +0000 (19:20 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Oct 2021 15:13:00 +0000 (16:13 +0100)
commit13d4c82b848f848213c572c280f9dedad0434cab
tree6962f17c4171f5b1024adeec66313a058a60d7a3
parentbf05202f5ea9a70b046eb164496392137bb0b05d
ptp_pch: 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.

Fixes: 0bf2a9ebbb92 ("supports eg20t ptp clock")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_pch.c