diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-11-11 03:40:52 -0500 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-11-11 03:40:52 -0500 |
commit | 8f5f39f77f5a6053ae287d4673028e7a69335f5e (patch) | |
tree | 4090314e38601f9e40f69256b356334c6430e2d2 /drivers/char/drm/drmP.h | |
parent | 7052cff984ba575926bb7d2ae5454cce531a97e1 (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.h | 1 |
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); | |||
783 | /* Device support (drm_fops.h) */ | 783 | /* Device support (drm_fops.h) */ |
784 | extern int drm_open(struct inode *inode, struct file *filp); | 784 | extern int drm_open(struct inode *inode, struct file *filp); |
785 | extern int drm_stub_open(struct inode *inode, struct file *filp); | 785 | extern int drm_stub_open(struct inode *inode, struct file *filp); |
786 | extern int drm_flush(struct file *filp); | ||
787 | extern int drm_fasync(int fd, struct file *filp, int on); | 786 | extern int drm_fasync(int fd, struct file *filp, int on); |
788 | extern int drm_release(struct inode *inode, struct file *filp); | 787 | extern int drm_release(struct inode *inode, struct file *filp); |
789 | 788 | ||