From: "Antonino A. Daplas" <adaplas@hotpop.com> Fix missing symbol (fb_con) Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> --- 25-akpm/drivers/video/console/fbcon.h | 3 +++ 1 files changed, 3 insertions(+) diff -puN drivers/video/console/fbcon.h~fbcon-fix-compile-error drivers/video/console/fbcon.h --- 25/drivers/video/console/fbcon.h~fbcon-fix-compile-error Thu Jan 13 15:40:49 2005 +++ 25-akpm/drivers/video/console/fbcon.h Thu Jan 13 15:40:49 2005 @@ -162,4 +162,7 @@ extern void fbcon_set_tileops(struct vc_ struct display *p, struct fbcon_ops *ops); #endif extern void fbcon_set_bitops(struct fbcon_ops *ops); + +extern const struct consw fb_con; + #endif /* _VIDEO_FBCON_H */ _