diff options
author | Dave Airlie <airlied@linux.ie> | 2007-07-11 02:17:42 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-07-11 02:17:42 -0400 |
commit | 056219e2fa6664ec83bc258ebcf30f1a7919d423 (patch) | |
tree | 0c74c9fd648755cf3aa3a2ff7fd46024e137af1f /drivers/char/drm/drm_dma.c | |
parent | eddca551a3e7be2fed54282f255f18efe9ead131 (diff) |
drm: drop drm_buf_t typedef
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/drm_dma.c')
-rw-r--r-- | drivers/char/drm/drm_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/drm_dma.c b/drivers/char/drm/drm_dma.c index 2cffb7b597fd..739a6a7a95d0 100644 --- a/drivers/char/drm/drm_dma.c +++ b/drivers/char/drm/drm_dma.c | |||
@@ -129,7 +129,7 @@ void drm_dma_takedown(struct drm_device *dev) | |||
129 | * | 129 | * |
130 | * Resets the fields of \p buf. | 130 | * Resets the fields of \p buf. |
131 | */ | 131 | */ |
132 | void drm_free_buffer(struct drm_device *dev, drm_buf_t * buf) | 132 | void drm_free_buffer(struct drm_device *dev, struct drm_buf * buf) |
133 | { | 133 | { |
134 | if (!buf) | 134 | if (!buf) |
135 | return; | 135 | return; |