From: Adrian Bunk <bunk@fs.tum.de>
To: Ed Okerson <eokerson@quicknet.net>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] telephony/ixj.h: remove kernel 2.2 #ifdef's
Date: Sun, 8 Feb 2004 02:19:39 +0100 [thread overview]
Message-ID: <20040208011938.GJ7388@fs.tum.de> (raw)
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;
reply other threads:[~2004-02-08 1:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040208011938.GJ7388@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=eokerson@quicknet.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®