]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/watchdog/via_wdt.c
watchdog: Return proper error in nuc900wdt_probe if misc_register fails
[mv-sheeva.git] / drivers / watchdog / via_wdt.c
index 026b4bbfa0aa2a0fd783ad178a261f0f3744738a..8b24b000062eee59ab92d844a783d68e2d81747e 100644 (file)
@@ -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) },