I need this to compile:
Regards,
-- Éric Brunet
--- linux-2.5.70/drivers/video/i810/i810.h.orig 2003-05-27 12:02:51.334162312 +0200 +++ linux-2.5.70/drivers/video/i810/i810.h 2003-05-27 12:10:33.283935272 +0200 @@ -203,8 +203,8 @@ #define LOCKUP 8 struct gtt_data { - agp_memory *i810_fb_memory; - agp_memory *i810_cursor_memory; + struct agp_memory *i810_fb_memory; + struct agp_memory *i810_cursor_memory; }; struct mode_registers { - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/