diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-08-18 09:30:21 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-08-23 09:19:46 -0400 |
commit | 9ac5de0c575ee10739fd1c1a4bcedab7b0dde631 (patch) | |
tree | 4f2939b8fc822016367148629b26ee48d8807f15 /drivers/video/amifb.c | |
parent | 1a2b750cddee1c06d01f84ef2c516b4997f88806 (diff) |
fbdev/amifb: Remove write-only variable amifb_inverse
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/amifb.c')
-rw-r--r-- | drivers/video/amifb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c index 887df9d81422..7fa1bf823729 100644 --- a/drivers/video/amifb.c +++ b/drivers/video/amifb.c | |||
@@ -949,7 +949,6 @@ static int round_down_bpp = 1; /* for mode probing */ | |||
949 | 949 | ||
950 | 950 | ||
951 | static int amifb_ilbm = 0; /* interleaved or normal bitplanes */ | 951 | static int amifb_ilbm = 0; /* interleaved or normal bitplanes */ |
952 | static int amifb_inverse = 0; | ||
953 | 952 | ||
954 | static u32 amifb_hfmin __initdata; /* monitor hfreq lower limit (Hz) */ | 953 | static u32 amifb_hfmin __initdata; /* monitor hfreq lower limit (Hz) */ |
955 | static u32 amifb_hfmax __initdata; /* monitor hfreq upper limit (Hz) */ | 954 | static u32 amifb_hfmax __initdata; /* monitor hfreq upper limit (Hz) */ |
@@ -2355,7 +2354,6 @@ static int __init amifb_setup(char *options) | |||
2355 | if (!*this_opt) | 2354 | if (!*this_opt) |
2356 | continue; | 2355 | continue; |
2357 | if (!strcmp(this_opt, "inverse")) { | 2356 | if (!strcmp(this_opt, "inverse")) { |
2358 | amifb_inverse = 1; | ||
2359 | fb_invert_cmaps(); | 2357 | fb_invert_cmaps(); |
2360 | } else if (!strcmp(this_opt, "ilbm")) | 2358 | } else if (!strcmp(this_opt, "ilbm")) |
2361 | amifb_ilbm = 1; | 2359 | amifb_ilbm = 1; |