summaryrefslogtreecommitdiff
path: root/drivers/char/drm/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@starflyer.(none)>2005-11-11 19:40:52 +1100
committerDave Airlie <airlied@linux.ie>2005-11-11 19:40:52 +1100
commit8f5f39f77f5a6053ae287d4673028e7a69335f5e (patch)
tree4090314e38601f9e40f69256b356334c6430e2d2 /drivers/char/drm/drmP.h
parent7052cff984ba575926bb7d2ae5454cce531a97e1 (diff)
drm: remove drm_flush
drm_flush is no longer needed remove. Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/drmP.h')
-rw-r--r--drivers/char/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h
index 3593f609241a..6c35879bbe3a 100644
--- a/drivers/char/drm/drmP.h
+++ b/drivers/char/drm/drmP.h
@@ -783,7 +783,6 @@ extern int drm_lastclose(drm_device_t *dev);
/* Device support (drm_fops.h) */
extern int drm_open(struct inode *inode, struct file *filp);
extern int drm_stub_open(struct inode *inode, struct file *filp);
-extern int drm_flush(struct file *filp);
extern int drm_fasync(int fd, struct file *filp, int on);
extern int drm_release(struct inode *inode, struct file *filp);