From fc4fb6b51b50e37ff697e872b297b6460c3617af Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 22 Apr 2003 08:06:14 +0000 Subject: remove DRM read, poll and write_string --- linux-core/i810_dma.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux-core/i810_dma.c') diff --git a/linux-core/i810_dma.c b/linux-core/i810_dma.c index c06fd915..a3727164 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) -- cgit v1.2.3