diff options
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 | ||