On Wed, Mar 16, 2005 at 04:06:54AM -0800, Andrew Morton wrote:
> 
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11/2.6.11-mm4/
> 
> - fbdev update
>
It doesn't compile with gcc-4.0.

drivers/video/console/fbcon.c:133: error: static declaration of âfb_conâ
follows non-static declaration
drivers/video/console/fbcon.h:166: error: previous declaration of
âfb_conâ was here

Signed-off-by: Benoit Boissinot <[EMAIL PROTECTED]>

--- linux-test/drivers/video/console/fbcon.h    2005-03-16 15:15:57.000000000 
+0100
+++ linux/drivers/video/console/fbcon.h 2005-03-16 15:14:18.000000000 +0100
@@ -163,6 +163,4 @@ extern void fbcon_set_tileops(struct vc_
 #endif
 extern void fbcon_set_bitops(struct fbcon_ops *ops);
 
-extern const struct consw fb_con;
-
 #endif /* _VIDEO_FBCON_H */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to