diff options
Diffstat (limited to 'drivers/char/drm/i810_drm.h')
-rw-r--r-- | drivers/char/drm/i810_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/i810_drm.h b/drivers/char/drm/i810_drm.h index 2deb925a94f3..614977dbce45 100644 --- a/drivers/char/drm/i810_drm.h +++ b/drivers/char/drm/i810_drm.h | |||
@@ -158,7 +158,7 @@ typedef struct _drm_i810_sarea { | |||
158 | unsigned int dirty; | 158 | unsigned int dirty; |
159 | 159 | ||
160 | unsigned int nbox; | 160 | unsigned int nbox; |
161 | drm_clip_rect_t boxes[I810_NR_SAREA_CLIPRECTS]; | 161 | struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS]; |
162 | 162 | ||
163 | /* Maintain an LRU of contiguous regions of texture space. If | 163 | /* Maintain an LRU of contiguous regions of texture space. If |
164 | * you think you own a region of texture memory, and it has an | 164 | * you think you own a region of texture memory, and it has an |