Commit f953b996 authored by John W. Linville's avatar John W. Linville Committed by Jeff Garzik

[PATCH] sk98lin: add MODULE_DEVICE_TABLE entry

Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 1274fcd6
......@@ -5152,6 +5152,8 @@ static struct pci_device_id skge_pci_tbl[] = {
{ 0, }
};
MODULE_DEVICE_TABLE(pci, skge_pci_tbl);
static struct pci_driver skge_driver = {
.name = "skge",
.id_table = skge_pci_tbl,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment