watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / nv_tco.c
index e0d4496c2811d77becb988e55b95d6a500c94dda..45452845facab1a610ce0a643b571b774b134597 100644 (file)
@@ -302,7 +302,7 @@ MODULE_DEVICE_TABLE(pci, tco_pci_tbl);
  *     Init & exit routines
  */
 
-static unsigned char __devinit nv_tco_getdevice(void)
+static unsigned char nv_tco_getdevice(void)
 {
        struct pci_dev *dev = NULL;
        u32 val;
@@ -376,7 +376,7 @@ out:
        return 0;
 }
 
-static int __devinit nv_tco_init(struct platform_device *dev)
+static int nv_tco_init(struct platform_device *dev)
 {
        int ret;
 
This page took 0.025619 seconds and 5 git commands to generate.