summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-12 17:28:24 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-12 17:28:24 +0000
commit107826aea8f5decb97a4b31b8f60ac822ece84d5 (patch)
tree96d47dce3226d8f1f682dceb5458cd39752e2235
parent5b015bcfeb0e884409fed5da755e7df15e022ba9 (diff)
Apparently this API changed in 2.6.18, not in 2.6.22
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4253 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--kernel/zaptel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/zaptel.h b/kernel/zaptel.h
index 3415e09..81f7946 100644
--- a/kernel/zaptel.h
+++ b/kernel/zaptel.h
@@ -67,7 +67,7 @@
#define ZAP_IRQ_HANDLER(a) static void a(int irq, void *dev_id, struct pt_regs *regs)
#endif
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,22)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
#define ZAP_IRQ_SHARED IRQF_SHARED
#define ZAP_IRQ_DISABLED IRQF_DISABLED
#define ZAP_IRQ_SHARED_DISABLED IRQF_SHARED | IRQF_DISABLED