Re: [PATCH] Fix fbcon - 'map_override' defined but not used warning

2007-07-23 Thread Antonino A. Daplas
On Mon, 2007-07-23 at 14:07 +0200, Gabriel C wrote: > Antonino A. Daplas wrote: > > On Sun, 2007-07-22 at 18:23 +0200, Gabriel C wrote: > >> Hi, > >> > >> I got this warning on current git: > >> > >> ... > >> > >> drivers/video/console/fbcon.c:130: warning: 'map_override' defined but not > >> used

Re: [PATCH] Fix fbcon - 'map_override' defined but not used warning

2007-07-23 Thread Gabriel C
Antonino A. Daplas wrote: > On Sun, 2007-07-22 at 18:23 +0200, Gabriel C wrote: >> Hi, >> >> I got this warning on current git: >> >> ... >> >> drivers/video/console/fbcon.c:130: warning: 'map_override' defined but not >> used >> >> ... >> >> Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]>

Re: [PATCH] Fix fbcon - 'map_override' defined but not used warning

2007-07-22 Thread Antonino A. Daplas
On Sun, 2007-07-22 at 18:23 +0200, Gabriel C wrote: > Hi, > > I got this warning on current git: > > ... > > drivers/video/console/fbcon.c:130: warning: 'map_override' defined but not > used > > ... > > Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]> > > --- > > diff --git a/drivers/

Re: [PATCH] Fix fbcon - 'map_override' defined but not used warning

2007-07-22 Thread Antonino A. Daplas
On Sun, 2007-07-22 at 18:23 +0200, Gabriel C wrote: > Hi, > > I got this warning on current git: > > ... > > drivers/video/console/fbcon.c:130: warning: 'map_override' defined but not > used > > ... > > Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]> Acked-by: Antonino Daplas <[EMAIL P

[PATCH] Fix fbcon - 'map_override' defined but not used warning

2007-07-22 Thread Gabriel C
Hi, I got this warning on current git: ... drivers/video/console/fbcon.c:130: warning: 'map_override' defined but not used ... Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]> --- diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index decfdc8..60a14de 100644 -