summaryrefslogtreecommitdiff
path: root/linux-core/drm_bo.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-07-16 11:30:53 +1000
committerDave Airlie <airlied@linux.ie>2007-07-16 11:30:53 +1000
commit1a07256d601a94466b7905680f5b929bf3f2390a (patch)
treeeabdc0f6835e19ed46e9ea42e91163c8bb3b536f /linux-core/drm_bo.c
parentb95ac8b7b313ad3eadc9e8bb0ead155303b7fa92 (diff)
drm: remove ttm userspace typedefs
Diffstat (limited to 'linux-core/drm_bo.c')
-rw-r--r--linux-core/drm_bo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_bo.c b/linux-core/drm_bo.c
index 2ce3dbca..4a80cf39 100644
--- a/linux-core/drm_bo.c
+++ b/linux-core/drm_bo.c
@@ -1589,7 +1589,7 @@ static int drm_bo_handle_wait(drm_file_t *priv, uint32_t handle,
int drm_buffer_object_create(drm_device_t *dev,
unsigned long size,
- drm_bo_type_t type,
+ enum drm_bo_type type,
uint64_t mask,
uint32_t hint,
uint32_t page_alignment,