diff --git a/[refs] b/[refs] index 1d2e6e95fff2..8407d7faadce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4938d3f4f8f1ffd744fa3626df8085118aeb1d79 +refs/heads/master: b023429ca30fc18b17a7b3e279b55bd652e9a989 diff --git a/trunk/drivers/video/igafb.c b/trunk/drivers/video/igafb.c index 67f384f86758..e6df492c22a5 100644 --- a/trunk/drivers/video/igafb.c +++ b/trunk/drivers/video/igafb.c @@ -573,3 +573,10 @@ int __init igafb_setup(char *options) module_init(igafb_init); MODULE_LICENSE("GPL"); +static struct pci_device_id igafb_pci_tbl[] __devinitdata = { + { PCI_VENDOR_ID_INTERG, PCI_DEVICE_ID_INTERG_1682, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, + { } +}; + +MODULE_DEVICE_TABLE(pci, igafb_pci_tbl);