diff options
Diffstat (limited to 'shared/i915_drv.h')
-rw-r--r-- | shared/i915_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/i915_drv.h b/shared/i915_drv.h index ba306c65..40530eb0 100644 --- a/shared/i915_drv.h +++ b/shared/i915_drv.h @@ -61,7 +61,7 @@ typedef struct drm_i915_private { /* i915_dma.c */ extern int i915_dma_init( DRM_IOCTL_ARGS ); -extern int i915_cleanup(drm_device_t *dev); +extern int i915_dma_cleanup(drm_device_t *dev); extern int i915_flush_ioctl( DRM_IOCTL_ARGS ); extern int i915_batchbuffer( DRM_IOCTL_ARGS ); extern int i915_flip_bufs( DRM_IOCTL_ARGS ); |