forgot to check these in.. thanks to Jon for reminding me ..

This commit is contained in:
Dave Airlie 2004-08-02 11:45:23 +00:00
parent 5e7e41819e
commit 33b740ad99
3 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ void i915_kernel_lost_context(drm_device_t *dev)
}
static int i915_dma_cleanup(drm_device_t *dev)
int i915_dma_cleanup(drm_device_t *dev)
{
/* Make sure interrupts are disabled here because the uninstall ioctl
* may not have been called from userspace and after dev_private

View file

@ -64,7 +64,7 @@
drm_i915_private_t *dev_priv = dev->dev_private; \
i915_mem_takedown( &(dev_priv->agp_heap) ); \
} \
i915_cleanup( dev ); \
i915_dma_cleanup( dev ); \
} while (0)

View file

@ -81,7 +81,7 @@ void i915_kernel_lost_context(drm_device_t *dev)
}
static int i915_dma_cleanup(drm_device_t *dev)
int i915_dma_cleanup(drm_device_t *dev)
{
/* Make sure interrupts are disabled here because the uninstall ioctl
* may not have been called from userspace and after dev_private