diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-08-23 16:53:26 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-29 19:38:08 -0400 |
commit | be72ae26b11478c00c64858c86b647b438791671 (patch) | |
tree | d4490daab3f4c193e7e4768f083c13ca77ac98eb /include/drm/drmP.h | |
parent | 1da3f87ebb7edb3e0b829ec4bbe5fb3d9d93986f (diff) |
drm: kill procfs callbacks
Not used by any driver (rightly so!). Kill them.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drmP.h')
-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 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 | ||