diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-04-26 21:33:44 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-04-26 21:33:44 +0000 |
commit | f5844cea13ba330beaeebb171eca1580efba62c6 (patch) | |
tree | a6f82faac5c75bee44e39e7bb4eda0048849b59a /linux/i830_drv.h | |
parent | 2c40a56393102bb0fb21e183bf5a08b0eea35c57 (diff) |
2.5.x sync patch from Linus Torvalds
Diffstat (limited to 'linux/i830_drv.h')
-rw-r--r-- | linux/i830_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/i830_drv.h b/linux/i830_drv.h index 37313afd..6b172ece 100644 --- a/linux/i830_drv.h +++ b/linux/i830_drv.h @@ -61,7 +61,7 @@ typedef struct drm_i830_private { drm_i830_sarea_t *sarea_priv; drm_i830_ring_buffer_t ring; - unsigned long hw_status_page; + void * hw_status_page; unsigned long counter; dma_addr_t dma_status_page; |