summaryrefslogtreecommitdiff
path: root/linux-core/drmP.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-core/drmP.h
parent46e06192a88834a97257d2be5ab3aa7c325a1cfe (diff)
remove DRM read, poll and write_string
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 7c7428ba..8b701467 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -697,13 +697,7 @@ extern int DRM(unlock)(struct inode *inode, struct file *filp,
extern int DRM(open_helper)(struct inode *inode, struct file *filp,
drm_device_t *dev);
extern int DRM(flush)(struct file *filp);
-extern int DRM(release_fuck)(struct inode *inode, struct file *filp);
extern int DRM(fasync)(int fd, struct file *filp, int on);
-extern ssize_t DRM(read)(struct file *filp, char *buf, size_t count,
- loff_t *off);
-extern int DRM(write_string)(drm_device_t *dev, const char *s);
-extern unsigned int DRM(poll)(struct file *filp,
- struct poll_table_struct *wait);
/* Mapping support (drm_vm.h) */
extern struct page *DRM(vm_nopage)(struct vm_area_struct *vma,