diff options
author | Dave Airlie <airlied@linux.ie> | 2004-08-02 11:45:23 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-08-02 11:45:23 +0000 |
commit | 33b740ad9946ce6fdedeed45287e488f95fb7b42 (patch) | |
tree | 6f6db4b09f80e476f67b9b98ace4c863cc72152b /shared/i915_dma.c | |
parent | 5e7e41819eb4d4b18201bbb46d0c6e359c4039cd (diff) |
forgot to check these in.. thanks to Jon for reminding me ..
Diffstat (limited to 'shared/i915_dma.c')
-rw-r--r-- | shared/i915_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/i915_dma.c b/shared/i915_dma.c index 28820378..fc1b356f 100644 --- a/shared/i915_dma.c +++ b/shared/i915_dma.c @@ -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 |