Commit 4df706a5 authored by Dave Jones's avatar Dave Jones

[AGPGART] Compilation fix.

Death of a typedef in an earlier cset broke i810fb
parent ac8d3d2f
...@@ -203,8 +203,8 @@ ...@@ -203,8 +203,8 @@
#define LOCKUP 8 #define LOCKUP 8
struct gtt_data { struct gtt_data {
agp_memory *i810_fb_memory; struct agp_memory *i810_fb_memory;
agp_memory *i810_cursor_memory; struct agp_memory *i810_cursor_memory;
}; };
struct mode_registers { struct mode_registers {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment