summaryrefslogtreecommitdiff
path: root/linux-core/drm_fence.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-26 14:36:53 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-26 14:36:53 +0200
commit711f077b7423c1a436d703885c6d18a2ad2940aa (patch)
tree693556d60c576bde6cdbd5677c78616c33353671 /linux-core/drm_fence.c
parent273eb7833d69db2d72430d5c96c21cebd05c206e (diff)
Allow for a driver to overload the ttm backend object methods.
Diffstat (limited to 'linux-core/drm_fence.c')
-rw-r--r--linux-core/drm_fence.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drm_fence.c b/linux-core/drm_fence.c
index ca6c8576..3e20f129 100644
--- a/linux-core/drm_fence.c
+++ b/linux-core/drm_fence.c
@@ -438,7 +438,6 @@ int drm_fence_object_create(drm_device_t * dev, uint32_t type,
drm_fence_object_t *fence;
int ret;
drm_fence_manager_t *fm = &dev->fm;
- unsigned long fl;
fence = kmem_cache_alloc(drm_cache.fence_object, GFP_KERNEL);
if (!fence)