From: James S. <jsi...@us...> - 2002-03-14 20:02:12
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/video/aty In directory usw-pr-cvs1:/tmp/cvs-serv5099/linux/drivers/video/aty Modified Files: mach64_accel.c Log Message: Synced to 2.5.4 Index: mach64_accel.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/aty/mach64_accel.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mach64_accel.c 9 Sep 2001 16:36:34 -0000 1.3 +++ mach64_accel.c 14 Mar 2002 20:02:07 -0000 1.4 @@ -3,6 +3,7 @@ * ATI Mach64 Hardware Acceleration */ +#include <linux/sched.h> #include <linux/delay.h> #include <linux/fb.h> @@ -326,7 +327,7 @@ fbcon_cfb##width##_clear_margins(conp, p, bottom_only), \ int bottom_only) \ \ -const struct display_switch fbcon_aty##width## = { \ +const struct display_switch fbcon_aty##width = { \ setup: fbcon_cfb##width##_setup, \ bmove: fbcon_aty_bmove, \ clear: fbcon_aty_clear, \ |