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/drmP.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'linux/drmP.h') diff --git a/linux/drmP.h b/linux/drmP.h index 7ed64535..6717d2c9 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -422,13 +422,6 @@ typedef struct drm_device_dma { _DRM_DMA_USE_SG = 0x02 } flags; - /** \name DMA support */ - /*@{*/ - drm_buf_t *this_buffer; /**< Buffer being sent */ - drm_buf_t *next_buffer; /**< Selected buffer to send */ - drm_queue_t *next_queue; /**< Queue from which buffer selected*/ - wait_queue_head_t waiting; /**< Processes waiting on free bufs */ - /*@}*/ } drm_device_dma_t; /** -- cgit v1.2.3