summaryrefslogtreecommitdiff
path: root/linux-core/i810_drv.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-04-26 21:33:44 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-04-26 21:33:44 +0000
commitf5844cea13ba330beaeebb171eca1580efba62c6 (patch)
treea6f82faac5c75bee44e39e7bb4eda0048849b59a /linux-core/i810_drv.h
parent2c40a56393102bb0fb21e183bf5a08b0eea35c57 (diff)
2.5.x sync patch from Linus Torvalds
Diffstat (limited to 'linux-core/i810_drv.h')
-rw-r--r--linux-core/i810_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/i810_drv.h b/linux-core/i810_drv.h
index bbb570bc..27166449 100644
--- a/linux-core/i810_drv.h
+++ b/linux-core/i810_drv.h
@@ -61,7 +61,7 @@ typedef struct drm_i810_private {
drm_i810_sarea_t *sarea_priv;
drm_i810_ring_buffer_t ring;
- unsigned long hw_status_page;
+ void *hw_status_page;
unsigned long counter;
dma_addr_t dma_status_page;