From 143dd1293b76e1562e898a1add56c3f72e36ef55 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sun, 2 Apr 2006 06:51:58 +0000 Subject: 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 --- xpp/xpp_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/xpp_usb.c') 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 -- cgit v1.2.3