From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Tobias Schandinat Date: Thu, 23 Aug 2012 20:47:57 +0000 Subject: Re: [PATCH] fbdev/amifb: Remove write-only variable amifb_inverse Message-Id: <503696FD.8090900@gmx.de> List-Id: References: <1345296621-15367-1-git-send-email-geert@linux-m68k.org> In-Reply-To: <1345296621-15367-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: linux-fbdev@vger.kernel.org, linux-m68k@vger.kernel.org On 08/18/2012 01:30 PM, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven Applied. Thanks, Florian Tobias Schandinat > --- > 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 887df9d..7fa1bf8 100644 > --- a/drivers/video/amifb.c > +++ b/drivers/video/amifb.c > @@ -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) */ > @@ -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;