* [2.6 patch] telephony/ixj.h: remove kernel 2.2 #ifdef's
@ 2004-02-08 1:19 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2004-02-08 1:19 UTC (permalink / raw)
To: Ed Okerson; +Cc: linux-kernel
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-08 1:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-08 1:19 [2.6 patch] telephony/ixj.h: remove kernel 2.2 #ifdef's Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®