[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <6e4284620810270231y7d03d898p8d2d832bec42b10e@mail.gmail.com>
Date: Mon, 27 Oct 2008 10:31:59 +0100
From: "Vlada Peric" <vlada.peric@...il.com>
To: linux-kernel@...r.kernel.org
Cc: krzysztof.h1@...pl
Subject: [PATCH] cirrusfb: remove unused variables
After commit a1d35a7a (cirrusfb: use modedb and add mode_option parameter),
these variables are no longer used, so remove them to fix compilation warning.
Signed-off-by: Vlada Perić <vlada.peric@...il.com>
CC: Krzysztof Helt <krzysztof.h1@...pl>
---
drivers/video/cirrusfb.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c
index 048b139..ace4001 100644
--- a/drivers/video/cirrusfb.c
+++ b/drivers/video/cirrusfb.c
@@ -2462,8 +2462,7 @@ static int __init cirrusfb_init(void)
#ifndef MODULE
static int __init cirrusfb_setup(char *options) {
- char *this_opt, s[32];
- int i;
+ char *this_opt;
DPRINTK("ENTER\n");
--
1.6.0.3
Powered by blists - more mailing lists