Skip to content

Commit

Permalink
cirrusfb: remove unused variables
Browse files Browse the repository at this point in the history
After commit a1d35a7 (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]>
  • Loading branch information
vperic authored and torvalds committed Nov 20, 2008
1 parent 00d8089 commit ee11940
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/video/cirrusfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit ee11940

Please sign in to comment.