summaryrefslogtreecommitdiff
path: root/xpp/xpp_usb.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-02 06:51:58 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-02 06:51:58 +0000
commit143dd1293b76e1562e898a1add56c3f72e36ef55 (patch)
treed542aaf25bc05650dd29a1c3f8e0291ab30e4be1 /xpp/xpp_usb.c
parenta1d0030c7d5f05d194c10a5d35dfffbf591bfc87 (diff)
fix build of xpp for kernel 2.6.14
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@994 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/xpp_usb.c')
-rw-r--r--xpp/xpp_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/xpp_usb.c b/xpp/xpp_usb.c
index 629789a..1fd6a9e 100644
--- a/xpp/xpp_usb.c
+++ b/xpp/xpp_usb.c
@@ -49,7 +49,7 @@ DEF_PARM(int, print_dbg, 1, "Print DBG statements"); /* must be before zap_debug
/* FIXME: A flag that was deprecated at some point, and rather useless */
/* anyway. Only used in the code or-ed to other flags */
-#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,14)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14)
# define URB_ASYNC_UNLINK 0
#endif