From: Claudio Scordino <claudio@evidence.eu.com>
To: starvik@axis.com, jesper.nilsson@axis.com
Cc: dev-etrax@axis.com, Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] Remove unused variable from Cris driver
Date: Wed, 07 Jan 2009 15:35:50 +0100 [thread overview]
Message-ID: <4964BDC6.4090704@evidence.eu.com> (raw)
[-- 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
reply other threads:[~2009-01-07 15:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4964BDC6.4090704@evidence.eu.com \
--to=claudio@evidence.eu.com \
--cc=dev-etrax@axis.com \
--cc=jesper.nilsson@axis.com \
--cc=linux-kernel@vger.kernel.org \
--cc=starvik@axis.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 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.