|
@@ -233,7 +233,7 @@ static void __devexit wdt_remove(struct pci_dev *pdev)
|
|
|
pci_disable_device(pdev);
|
|
|
}
|
|
|
|
|
|
-DEFINE_PCI_DEVICE_TABLE(wdt_pci_table) = {
|
|
|
+static DEFINE_PCI_DEVICE_TABLE(wdt_pci_table) = {
|
|
|
{ PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_CX700) },
|
|
|
{ PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VX800) },
|
|
|
{ PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VX855) },
|