* [PATCH] Remove unused variable from Cris driver
@ 2009-01-07 14:35 Claudio Scordino
0 siblings, 0 replies; only message in thread
From: Claudio Scordino @ 2009-01-07 14:35 UTC (permalink / raw)
To: starvik, jesper.nilsson; +Cc: dev-etrax, Linux Kernel
[-- Attachment #1: Type: text/plain, Size: 197 bytes --]
Hi Mikael, hi Jesper,
can you please commit the trivial patch in attachment to remove
the unused variable "serial_termios" from the crisv10 serial driver ?
Many thanks,
Claudio
[-- Attachment #2: 0001-Unused-variable-serial_termios-removed.patch --]
[-- Type: text/x-diff, Size: 814 bytes --]
>From 7a179dcbecf8cae3db0b2b9dbeb18fef34953dcb Mon Sep 17 00:00:00 2001
From: Claudio Scordino <claudio@evidence.eu.com>
Date: Wed, 7 Jan 2009 15:12:43 +0100
Subject: [PATCH 1/1] Unused variable serial_termios removed
Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
---
drivers/serial/crisv10.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/crisv10.c b/drivers/serial/crisv10.c
index 8b2c619..1fadb03 100644
--- a/drivers/serial/crisv10.c
+++ b/drivers/serial/crisv10.c
@@ -456,7 +456,6 @@ static struct e100_serial rs_table[] = {
#define NR_PORTS (sizeof(rs_table)/sizeof(struct e100_serial))
-static struct ktermios *serial_termios[NR_PORTS];
#ifdef CONFIG_ETRAX_SERIAL_FAST_TIMER
static struct fast_timer fast_timers[NR_PORTS];
#endif
--
1.5.4.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-07 15:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-07 14:35 [PATCH] Remove unused variable from Cris driver Claudio Scordino
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox