* [PATCH] cpm_uart: cpm_uart_set_termios should take ktermios, not termios
@ 2007-05-08 17:19 Scott Wood
2007-05-10 5:15 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Scott Wood @ 2007-05-08 17:19 UTC (permalink / raw)
To: galak; +Cc: linuxppc-dev
This eliminates some warnings.
Signed-off-by: Scott Wood <scottwood@freescale.com>
---
drivers/serial/cpm_uart/cpm_uart_core.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/cpm_uart/cpm_uart_core.c b/drivers/serial/cpm_uart/cpm_uart_core.c
index 7a3b97f..6823b8b 100644
--- a/drivers/serial/cpm_uart/cpm_uart_core.c
+++ b/drivers/serial/cpm_uart/cpm_uart_core.c
@@ -482,7 +482,8 @@ static void cpm_uart_shutdown(struct uart_port *port)
}
static void cpm_uart_set_termios(struct uart_port *port,
- struct termios *termios, struct termios *old)
+ struct ktermios *termios,
+ struct ktermios *old)
{
int baud;
unsigned long flags;
--
1.5.0.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cpm_uart: cpm_uart_set_termios should take ktermios, not termios
2007-05-08 17:19 [PATCH] cpm_uart: cpm_uart_set_termios should take ktermios, not termios Scott Wood
@ 2007-05-10 5:15 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2007-05-10 5:15 UTC (permalink / raw)
To: Scott Wood; +Cc: linuxppc-dev
On Tue, 8 May 2007, Scott Wood wrote:
> This eliminates some warnings.
>
> Signed-off-by: Scott Wood <scottwood@freescale.com>
> ---
> drivers/serial/cpm_uart/cpm_uart_core.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
applied.
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-10 5:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-08 17:19 [PATCH] cpm_uart: cpm_uart_set_termios should take ktermios, not termios Scott Wood
2007-05-10 5:15 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).