Commit ea12fe9d authored by Tim Harvey's avatar Tim Harvey Committed by David S. Miller
Browse files

lan743x: add MODULE_DEVICE_TABLE for module loading alias



Without a MODULE_DEVICE_TABLE the attributes are missing that create
an alias for auto-loading the module in userspace via hotplug.

Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 60833d54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3091,6 +3091,8 @@ static const struct pci_device_id lan743x_pcidev_tbl[] = {
	{ 0, }
};

MODULE_DEVICE_TABLE(pci, lan743x_pcidev_tbl);

static struct pci_driver lan743x_pcidev_driver = {
	.name     = DRIVER_NAME,
	.id_table = lan743x_pcidev_tbl,