From: Adrian Bunk <bunk@fs.tum.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] remove kernel 2.2 #ifdef's from {i,}stallion.h
Date: Sat, 7 Feb 2004 21:38:48 +0100 [thread overview]
Message-ID: <20040207203847.GC7388@fs.tum.de> (raw)
The patch below removeskernel 2.2 #ifdef's from {i,}stallion.h .
Please apply
Adrian
--- linux-2.6.2-mm1/include/linux/istallion.h.old 2004-02-07 21:35:58.000000000 +0100
+++ linux-2.6.2-mm1/include/linux/istallion.h 2004-02-07 21:36:12.000000000 +0100
@@ -70,15 +70,9 @@
void *argp;
unsigned int rxmarkmsk;
struct tty_struct *tty;
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,3,0))
- struct wait_queue *open_wait;
- struct wait_queue *close_wait;
- struct wait_queue *raw_wait;
-#else
wait_queue_head_t open_wait;
wait_queue_head_t close_wait;
wait_queue_head_t raw_wait;
-#endif
struct work_struct tqhangup;
asysigs_t asig;
unsigned long addr;
--- linux-2.6.2-mm1/include/linux/stallion.h.old 2004-02-07 21:36:33.000000000 +0100
+++ linux-2.6.2-mm1/include/linux/stallion.h 2004-02-07 21:36:46.000000000 +0100
@@ -95,13 +95,8 @@
unsigned long hwid;
void *uartp;
struct tty_struct *tty;
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,3,0))
- struct wait_queue *open_wait;
- struct wait_queue *close_wait;
-#else
wait_queue_head_t open_wait;
wait_queue_head_t close_wait;
-#endif
struct work_struct tqueue;
comstats_t stats;
stlrq_t tx;
reply other threads:[~2004-02-07 20:39 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=20040207203847.GC7388@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=akpm@osdl.org \
--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®