]> 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)
commitbc05c258aba1f72e7d1b88124e0ec9b2f30a057a
tree6962f17c4171f5b1024adeec66313a058a60d7a3
parent219a442f366229650813af550f1d56bc7e68e048
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: 9857e8678bf9 ("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