Skip to content

Commit

Permalink
fbdev/amifb: Remove write-only variable amifb_inverse
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
  • Loading branch information
Geert Uytterhoeven authored and Florian Tobias Schandinat committed Aug 23, 2012
1 parent 1a2b750 commit 9ac5de0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/video/amifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,6 @@ static int round_down_bpp = 1; /* for mode probing */


static int amifb_ilbm = 0; /* interleaved or normal bitplanes */
static int amifb_inverse = 0;

static u32 amifb_hfmin __initdata; /* monitor hfreq lower limit (Hz) */
static u32 amifb_hfmax __initdata; /* monitor hfreq upper limit (Hz) */
Expand Down Expand Up @@ -2355,7 +2354,6 @@ static int __init amifb_setup(char *options)
if (!*this_opt)
continue;
if (!strcmp(this_opt, "inverse")) {
amifb_inverse = 1;
fb_invert_cmaps();
} else if (!strcmp(this_opt, "ilbm"))
amifb_ilbm = 1;
Expand Down

0 comments on commit 9ac5de0

Please sign in to comment.