diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-11-11 03:40:52 -0500 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-11-11 03:40:52 -0500 |
commit | 8f5f39f77f5a6053ae287d4673028e7a69335f5e (patch) | |
tree | 4090314e38601f9e40f69256b356334c6430e2d2 /drivers/char/drm/i830_dma.c | |
parent | 7052cff984ba575926bb7d2ae5454cce531a97e1 (diff) |
drm: remove drm_flush
drm_flush is no longer needed remove.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/i830_dma.c')
-rw-r--r-- | drivers/char/drm/i830_dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/drm/i830_dma.c b/drivers/char/drm/i830_dma.c index 01dfdb944e1f..f1e048f10ce8 100644 --- a/drivers/char/drm/i830_dma.c +++ b/drivers/char/drm/i830_dma.c | |||
@@ -116,7 +116,6 @@ static int i830_mmap_buffers(struct file *filp, struct vm_area_struct *vma) | |||
116 | 116 | ||
117 | static struct file_operations i830_buffer_fops = { | 117 | static struct file_operations i830_buffer_fops = { |
118 | .open = drm_open, | 118 | .open = drm_open, |
119 | .flush = drm_flush, | ||
120 | .release = drm_release, | 119 | .release = drm_release, |
121 | .ioctl = drm_ioctl, | 120 | .ioctl = drm_ioctl, |
122 | .mmap = i830_mmap_buffers, | 121 | .mmap = i830_mmap_buffers, |