summaryrefslogtreecommitdiff
path: root/linux/drm_drv.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-04-22 08:06:14 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-04-22 08:06:14 +0000
commitfc4fb6b51b50e37ff697e872b297b6460c3617af (patch)
tree739b00a33d36d431273ac6e1da133bad35e98629 /linux/drm_drv.h
parent46e06192a88834a97257d2be5ab3aa7c325a1cfe (diff)
remove DRM read, poll and write_string
Diffstat (limited to 'linux/drm_drv.h')
-rw-r--r--linux/drm_drv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drm_drv.h b/linux/drm_drv.h
index b2070d32..848a2f11 100644
--- a/linux/drm_drv.h
+++ b/linux/drm_drv.h
@@ -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