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@gmail.com>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
00d8089c54
commit
ee11940f8e
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue