Fix one last occurance of struct _drm_i915_batchbuffer.
authorKristian Høgsberg <krh@redhat.com>
Fri, 22 Feb 2008 16:22:52 +0000 (11:22 -0500)
committerKristian Høgsberg <krh@redhat.com>
Fri, 22 Feb 2008 16:22:52 +0000 (11:22 -0500)
Thanks to Todd Merrill for pointing it out.

shared-core/i915_dma.c

index 3874ed5..7da8d55 100644 (file)
@@ -1121,7 +1121,7 @@ static int i915_execbuffer(struct drm_device *dev, void *data,
        drm_i915_sarea_t *sarea_priv = (drm_i915_sarea_t *)
                dev_priv->sarea_priv;
        struct drm_i915_execbuffer *exec_buf = data;
-       struct _drm_i915_batchbuffer *batch = &exec_buf->batch;
+       struct drm_i915_batchbuffer *batch = &exec_buf->batch;
        struct drm_fence_arg *fence_arg = &exec_buf->fence_arg;
        int num_buffers;
        int ret;