From: Adrian Bunk <bunk@fs.tum.de>
To: Greg Ungerer <gerg@snapgear.com>
Cc: linux-kernel@vger.kernel.org
Subject: [2.5 patch] remove kernel 2.0 code from mcfserial.h
Date: Sun, 12 Jan 2003 09:49:47 +0100 [thread overview]
Message-ID: <20030112084947.GQ21826@fs.tum.de> (raw)
The patch below removes some #if'd code for kernel 2.0 from
drivers/serial/mcfserial.h.
Please apply
Adrian
--- linux-2.5.56/drivers/serial/mcfserial.h.old 2003-01-12 09:44:38.000000000 +0100
+++ linux-2.5.56/drivers/serial/mcfserial.h 2003-01-12 09:45:04.000000000 +0100
@@ -69,13 +69,8 @@
struct work_struct tqueue_hangup;
struct termios normal_termios;
struct termios callout_termios;
-#if LINUX_VERSION_CODE <= 0x020100
- struct wait_queue *open_wait;
- struct wait_queue *close_wait;
-#else
wait_queue_head_t open_wait;
wait_queue_head_t close_wait;
-#endif
};
next reply other threads:[~2003-01-12 8:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-12 8:49 Adrian Bunk [this message]
2003-01-13 0:52 ` [2.5 patch] remove kernel 2.0 code from mcfserial.h Greg Ungerer
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=20030112084947.GQ21826@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=gerg@snapgear.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.