From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 8F12CDE393 for ; Thu, 10 May 2007 15:19:49 +1000 (EST) Date: Thu, 10 May 2007 00:15:18 -0500 (CDT) From: Kumar Gala To: Scott Wood Subject: Re: [PATCH] cpm_uart: cpm_uart_set_termios should take ktermios, not termios In-Reply-To: <20070508171921.GA8941@ld0162-tx32.am.freescale.net> Message-ID: References: <20070508171921.GA8941@ld0162-tx32.am.freescale.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 8 May 2007, Scott Wood wrote: > This eliminates some warnings. > > Signed-off-by: Scott Wood > --- > drivers/serial/cpm_uart/cpm_uart_core.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > applied. - k