diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drmP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 5f2211c9130d..259a7619c464 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -878,8 +878,6 @@ struct drm_driver { | |||
878 | void (*irq_uninstall) (struct drm_device *dev); | 878 | void (*irq_uninstall) (struct drm_device *dev); |
879 | void (*reclaim_buffers) (struct drm_device *dev, | 879 | void (*reclaim_buffers) (struct drm_device *dev, |
880 | struct drm_file * file_priv); | 880 | struct drm_file * file_priv); |
881 | void (*reclaim_buffers_locked) (struct drm_device *dev, | ||
882 | struct drm_file *file_priv); | ||
883 | void (*set_version) (struct drm_device *dev, | 881 | void (*set_version) (struct drm_device *dev, |
884 | struct drm_set_version *sv); | 882 | struct drm_set_version *sv); |
885 | 883 | ||