aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/drm/drmP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 15ea8c44f28d..0d7af3f39652 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -792,8 +792,6 @@ struct drm_driver {
792 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv, 792 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv,
793 bool from_release); 793 bool from_release);
794 794
795 int (*proc_init)(struct drm_minor *minor);
796 void (*proc_cleanup)(struct drm_minor *minor);
797 int (*debugfs_init)(struct drm_minor *minor); 795 int (*debugfs_init)(struct drm_minor *minor);
798 void (*debugfs_cleanup)(struct drm_minor *minor); 796 void (*debugfs_cleanup)(struct drm_minor *minor);
799 797