summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wctc4xxp')
-rw-r--r--drivers/dahdi/wctc4xxp/base.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/dahdi/wctc4xxp/base.c b/drivers/dahdi/wctc4xxp/base.c
index 1fb3bbb..96fe265 100644
--- a/drivers/dahdi/wctc4xxp/base.c
+++ b/drivers/dahdi/wctc4xxp/base.c
@@ -3035,7 +3035,13 @@ wctc4xxp_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
}
}
+# if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
+ wc->watchdog.function = wctc4xxp_watchdog;
+ wc->watchdog.data = (unsigned long)wc;
+ init_timer(&wc->watchdog);
+# else
setup_timer(&wc->watchdog, wctc4xxp_watchdog, (unsigned long)wc);
+# endif
/* ------------------------------------------------------------------
* Load the firmware and start the DTE.