summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-08-23 22:53:26 +0200
committerDave Airlie <airlied@redhat.com>2010-08-30 09:38:08 +1000
commitbe72ae26b11478c00c64858c86b647b438791671 (patch)
treed4490daab3f4c193e7e4768f083c13ca77ac98eb /include/drm
parent1da3f87ebb7edb3e0b829ec4bbe5fb3d9d93986f (diff)
downloadop-kernel-dev-be72ae26b11478c00c64858c86b647b438791671.zip
op-kernel-dev-be72ae26b11478c00c64858c86b647b438791671.tar.gz
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')
-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 15ea8c4..0d7af3f 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -792,8 +792,6 @@ struct drm_driver {
void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv,
bool from_release);
- int (*proc_init)(struct drm_minor *minor);
- void (*proc_cleanup)(struct drm_minor *minor);
int (*debugfs_init)(struct drm_minor *minor);
void (*debugfs_cleanup)(struct drm_minor *minor);
OpenPOWER on IntegriCloud