1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

Remove MODULE_SUPPORTED_DEVICE, which was never implemented and was removed in kernel version 5.12

This commit is contained in:
Alex Forencich 2021-10-01 17:31:15 -07:00
parent 780406197d
commit 0965c77b8e

View File

@ -44,7 +44,6 @@ MODULE_DESCRIPTION("mqnic driver");
MODULE_AUTHOR("Alex Forencich");
MODULE_LICENSE("Dual MIT/GPL");
MODULE_VERSION(DRIVER_VERSION);
MODULE_SUPPORTED_DEVICE(DRIVER_NAME);
static const struct pci_device_id mqnic_pci_id_table[] = {
{ PCI_DEVICE(0x1234, 0x1001) },