diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-04-22 08:06:14 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-04-22 08:06:14 +0000 |
commit | fc4fb6b51b50e37ff697e872b297b6460c3617af (patch) | |
tree | 739b00a33d36d431273ac6e1da133bad35e98629 /linux-core/i810_dma.c | |
parent | 46e06192a88834a97257d2be5ab3aa7c325a1cfe (diff) |
remove DRM read, poll and write_string
Diffstat (limited to 'linux-core/i810_dma.c')
-rw-r--r-- | linux-core/i810_dma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-core/i810_dma.c b/linux-core/i810_dma.c index c06fd9151..a37271643 100644 --- a/linux-core/i810_dma.c +++ b/linux-core/i810_dma.c @@ -122,9 +122,7 @@ static struct file_operations i810_buffer_fops = { .release = DRM(release), .ioctl = DRM(ioctl), .mmap = i810_mmap_buffers, - .read = DRM(read), .fasync = DRM(fasync), - .poll = DRM(poll), }; int i810_mmap_buffers(struct file *filp, struct vm_area_struct *vma) |