summaryrefslogtreecommitdiff
path: root/linux-core/drm_dma.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-07-16 13:42:11 +1000
committerDave Airlie <airlied@linux.ie>2007-07-16 13:42:11 +1000
commit24311d5d82b61a4729b15355088dd9c2898d1089 (patch)
tree23cf941e772a24ccbff371cc30bfc64e242f1313 /linux-core/drm_dma.c
parentbe85ad0333b0c28129c2e4635f92780816308aa6 (diff)
drm: remove drm_buf_t
Diffstat (limited to 'linux-core/drm_dma.c')
-rw-r--r--linux-core/drm_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_dma.c b/linux-core/drm_dma.c
index 6990f8d4..d2a88d52 100644
--- a/linux-core/drm_dma.c
+++ b/linux-core/drm_dma.c
@@ -129,7 +129,7 @@ void drm_dma_takedown(struct drm_device * dev)
*
* Resets the fields of \p buf.
*/
-void drm_free_buffer(struct drm_device * dev, drm_buf_t * buf)
+void drm_free_buffer(struct drm_device * dev, struct drm_buf * buf)
{
if (!buf)
return;