Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee11940f authored by Vlada Peric's avatar Vlada Peric Committed by Linus Torvalds
Browse files

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: default avatarVlada Periæ <vlada.peric@gmail.com>
Acked-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 00d8089c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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");