diff --git a/[refs] b/[refs] index cdd43ef6953f..aef9bc73a781 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a524d946bdced73c5fbe60170fb33611491c4211 +refs/heads/master: fef459028bd842dde21bf55f83d6399b963f9911 diff --git a/trunk/drivers/video/tgafb.c b/trunk/drivers/video/tgafb.c index 781ca7f77c09..b604859b4ddb 100644 --- a/trunk/drivers/video/tgafb.c +++ b/trunk/drivers/video/tgafb.c @@ -71,9 +71,10 @@ static struct fb_ops tgafb_ops = { */ static struct pci_device_id const tgafb_pci_table[] = { - { PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_TGA, PCI_ANY_ID, PCI_ANY_ID, - 0, 0, 0 } + { PCI_DEVICE(PCI_VENDOR_ID_DEC, PCI_DEVICE_ID_DEC_TGA) }, + { } }; +MODULE_DEVICE_TABLE(pci, tgafb_pci_table); static struct pci_driver tgafb_driver = { .name = "tgafb",