cirrusfb: remove unused variables
authorVlada Peric <[email protected]>
Wed, 19 Nov 2008 23:36:45 +0000 (15:36 -0800)
committerLinus Torvalds <[email protected]>
Thu, 20 Nov 2008 02:49:59 +0000 (18:49 -0800)
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Ʀ <[email protected]>
Acked-by: Krzysztof Helt <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/cirrusfb.c

index 8a8760230bc78561b2f3a25c7095c9db21d68c54..a2aa6ddffbe25d6e764a0dc6bdc7dd298e9f1849 100644 (file)
@@ -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");