watchdog: remove use of __devexit
[deliverable/linux.git] / drivers / watchdog / wdt_pci.c
index 05c14e4740c175ac8bce1f6f15d35e98d8efa986..36a54c0e32dd0bded2a4c64393101ba7cde2151d 100644 (file)
@@ -605,7 +605,7 @@ static struct notifier_block wdtpci_notifier = {
 };
 
 
-static int __devinit wdtpci_init_one(struct pci_dev *dev,
+static int wdtpci_init_one(struct pci_dev *dev,
                                        const struct pci_device_id *ent)
 {
        int ret = -EIO;
@@ -705,7 +705,7 @@ out_pci:
 }
 
 
-static void __devexit wdtpci_remove_one(struct pci_dev *pdev)
+static void wdtpci_remove_one(struct pci_dev *pdev)
 {
        /* here we assume only one device will ever have
         * been picked up and registered by probe function */
This page took 0.026304 seconds and 5 git commands to generate.