From c67fe7392e989f369f5af0bf5a3a9908efb6ca5c Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 11 Dec 2006 18:27:15 +0000 Subject: kernel 2.6.19 API changes compatibility git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1697 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wctdm.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'wctdm.c') diff --git a/wctdm.c b/wctdm.c index be3fc41..2636851 100644 --- a/wctdm.c +++ b/wctdm.c @@ -1024,11 +1024,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; -- cgit v1.2.3