From e09229d6c85bcb8b899f09fd70f264b4e1d6d0bd Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 9 Oct 2004 10:58:19 +0000 Subject: remove unused dma remnants that were gamma only - these could cause an oops on via --- linux/drm_irq.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'linux/drm_irq.h') diff --git a/linux/drm_irq.h b/linux/drm_irq.h index 3e0cfe25..e0f803cf 100644 --- a/linux/drm_irq.h +++ b/linux/drm_irq.h @@ -116,10 +116,6 @@ int DRM(irq_install)( drm_device_t *dev ) DRM_DEBUG( "%s: irq=%d\n", __FUNCTION__, dev->irq ); - dev->dma->next_buffer = NULL; - dev->dma->next_queue = NULL; - dev->dma->this_buffer = NULL; - if (drm_core_check_feature(dev, DRIVER_IRQ_VBL)) { init_waitqueue_head(&dev->vbl_queue); -- cgit v1.2.3