===== drivers/video/Config.in 1.12 vs edited ===== --- 1.12/drivers/video/Config.in Thu Dec 6 11:36:15 2001 +++ edited/drivers/video/Config.in Tue Jan 22 11:16:00 2002 @@ -73,6 +73,7 @@ bool ' Chips 65550 display support' CONFIG_FB_CT65550 bool ' IMS Twin Turbo display support' CONFIG_FB_IMSTT dep_bool ' S3 Trio display support' CONFIG_FB_S3TRIO $CONFIG_ALL_PPC + bool ' VESA VGA graphics console' CONFIG_FB_VESA tristate ' VGA 16-color graphics console' CONFIG_FB_VGA16 if [ "$CONFIG_8xx" = "y" ]; then dep_tristate ' RPX LCD display support' CONFIG_FB_RPX $CONFIG_RPXLITE ===== drivers/video/vesafb.c 1.6 vs edited ===== --- 1.6/drivers/video/vesafb.c Fri Nov 16 14:45:58 2001 +++ edited/drivers/video/vesafb.c Tue Jan 22 15:14:35 2002 @@ -23,7 +23,9 @@ #include #include -#include +#ifdef __i386__ +# include +#endif /* __i386__ */ #include