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/drm_drv.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux-core/drm_drv.c') diff --git a/linux-core/drm_drv.c b/linux-core/drm_drv.c index b2070d32..848a2f11 100644 --- a/linux-core/drm_drv.c +++ b/linux-core/drm_drv.c @@ -121,9 +121,7 @@ static struct file_operations DRM(fops) = { \ .release = DRM(release), \ .ioctl = DRM(ioctl), \ .mmap = DRM(mmap), \ - .read = DRM(read), \ .fasync = DRM(fasync), \ - .poll = DRM(poll), \ } #endif -- cgit v1.2.3