lkml.org 
[lkml]   [2004]   [Feb]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] telephony/ixj.h: remove kernel 2.2 #ifdef's
The patch below removes two #ifdef's for kernel 2.2 from
linux-2.6.2-mm1/drivers/telephony/ixj.h .

cu
Adrian

--- linux-2.6.2-mm1/drivers/telephony/ixj.h.old 2004-02-08 02:16:11.000000000 +0100
+++ linux-2.6.2-mm1/drivers/telephony/ixj.h 2004-02-08 02:16:57.000000000 +0100
@@ -1205,22 +1205,13 @@
int aec_level;
int cid_play_aec_level;
int readers, writers;
-#if LINUX_VERSION_CODE < 0x020400
- struct wait_queue *poll_q;
- struct wait_queue *read_q;
-#else
wait_queue_head_t poll_q;
wait_queue_head_t read_q;
-#endif
char *read_buffer, *read_buffer_end;
char *read_convert_buffer;
size_t read_buffer_size;
unsigned int read_buffer_ready;
-#if LINUX_VERSION_CODE < 0x020400
- struct wait_queue *write_q;
-#else
wait_queue_head_t write_q;
-#endif
char *write_buffer, *write_buffer_end;
char *write_convert_buffer;
size_t write_buffer_size;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:00    [W:0.022 / U:0.804 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site