summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-11 18:31:12 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-11 18:31:12 +0000
commitbad17b1c21ccd80128ef47e6e04cba6ff78fa3ce (patch)
tree41c87035db1d7c0165ee821f5fcd63988c245268 /wctdm.c
parent92deb968106ccb5fe80914c0c028840b4d1f1577 (diff)
Merged revisions 1697 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1697 | kpfleming | 2006-12-11 12:27:15 -0600 (Mon, 11 Dec 2006) | 2 lines kernel 2.6.19 API changes compatibility ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1698 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rw-r--r--wctdm.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/wctdm.c b/wctdm.c
index c4b184f..4e500e1 100644
--- a/wctdm.c
+++ b/wctdm.c
@@ -1029,11 +1029,7 @@ static inline void wctdm_proslic_check_hook(struct wctdm *wc, int card)
wc->mod[card].fxs.lastrxhook = hook;
}
-#ifdef LINUX26
-static irqreturn_t wctdm_interrupt(int irq, void *dev_id, struct pt_regs *regs)
-#else
-static void wctdm_interrupt(int irq, void *dev_id, struct pt_regs *regs)
-#endif
+ZAP_IRQ_HANDLER(wctdm_interrupt)
{
struct wctdm *wc = dev_id;
unsigned char ints;