watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / via_wdt.c
index a9af1ddae1bac9335a1f0a83a6633138dc48a1de..098dfab82b6c79b2c671f985b8164dbd7ffb265e 100644 (file)
@@ -155,7 +155,7 @@ static struct watchdog_device wdt_dev = {
        .max_timeout =  WDT_TIMEOUT_MAX,
 };
 
-static int __devinit wdt_probe(struct pci_dev *pdev,
+static int wdt_probe(struct pci_dev *pdev,
                               const struct pci_device_id *ent)
 {
        unsigned char conf;
This page took 0.030816 seconds and 5 git commands to generate.