From: Andy Whitcroft <apw@shadowen.org>
To: schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com
Cc: linux390@de.ibm.com, linux-390@vm.marist.edu,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] s390 move to using ktermios structure
Date: Sat, 21 Oct 2006 16:05:57 +0100 [thread overview]
Message-ID: <d55a80b249f79f802547e982a1343b8f@pinky> (raw)
In-Reply-To: <1161193659.9363.117.camel@localhost.localdomain>
Seem to be getting compile failures due to the switch to ktermios
in the serial subsystem. Need this to get S390 to build on
latest -mm's.
Not sure if this is all thats needed? Perhaps someone who groks
this architecture better can confirm.
-apw
=== 8< ===
s390: move to using ktermios structure
The new serial framwork uses the ktermios structure, switch s390 to
use that.
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
---
diff --git a/drivers/s390/char/sclp_tty.c b/drivers/s390/char/sclp_tty.c
index 6f43e04..1421087 100644
--- a/drivers/s390/char/sclp_tty.c
+++ b/drivers/s390/char/sclp_tty.c
@@ -60,7 +60,7 @@ static unsigned short int sclp_tty_chars
struct tty_driver *sclp_tty_driver;
-extern struct termios tty_std_termios;
+extern struct ktermios tty_std_termios;
static struct sclp_ioctls sclp_ioctls;
static struct sclp_ioctls sclp_ioctls_init =
next prev parent reply other threads:[~2006-10-21 15:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-18 17:47 [PATCH 1/2] tty: switch to ktermios and new framework Alan Cox
2006-10-21 15:05 ` Andy Whitcroft [this message]
2006-10-23 8:44 ` [PATCH] s390 move to using ktermios structure Martin Schwidefsky
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=d55a80b249f79f802547e982a1343b8f@pinky \
--to=apw@shadowen.org \
--cc=akpm@osdl.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-390@vm.marist.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=linux390@de.ibm.com \
--cc=schwidefsky@de.ibm.com \
/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®