watchdog: remove use of __devexit
[deliverable/linux.git] / drivers / watchdog / pcwd_pci.c
index 6ec84b5bb5081c90ef9db518a8c41c734173e59e..7890f84edf760743094ac32c27b712c08fc823a4 100644 (file)
@@ -785,7 +785,7 @@ err_out_disable_device:
        return ret;
 }
 
-static void __devexit pcipcwd_card_exit(struct pci_dev *pdev)
+static void pcipcwd_card_exit(struct pci_dev *pdev)
 {
        /* Stop the timer before we leave */
        if (!nowayout)
This page took 0.026883 seconds and 5 git commands to generate.