]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/watchdog/i6300esb.c
watchdog: remove use of __devinit
[mirror_ubuntu-artful-kernel.git] / drivers / watchdog / i6300esb.c
index 2574066c6343e2aab5c7b0f01a784bf4ecadfb91..31b87db90261a1a4c02be4d606e2dcd39c8da8c8 100644 (file)
@@ -344,7 +344,7 @@ MODULE_DEVICE_TABLE(pci, esb_pci_tbl);
  *      Init & exit routines
  */
 
-static unsigned char __devinit esb_getdevice(struct pci_dev *pdev)
+static unsigned char esb_getdevice(struct pci_dev *pdev)
 {
        if (pci_enable_device(pdev)) {
                pr_err("failed to enable device\n");
@@ -375,7 +375,7 @@ err_devput:
        return 0;
 }
 
-static void __devinit esb_initdevice(void)
+static void esb_initdevice(void)
 {
        u8 val1;
        u16 val2;
@@ -416,7 +416,7 @@ static void __devinit esb_initdevice(void)
        esb_timer_set_heartbeat(heartbeat);
 }
 
-static int __devinit esb_probe(struct pci_dev *pdev,
+static int esb_probe(struct pci_dev *pdev,
                const struct pci_device_id *ent)
 {
        int ret;