summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-09-10 12:43:52 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-09-12 11:08:56 +0200
commit7610a04c008768abf8a372d2358e7629877b8305 (patch)
treebdad4d307468066b1b1d990998e55b69930e3200 /include/drm
parent1c96e84ee486d5dbf4a3850441f3c1f95b1343e4 (diff)
drm: Drop drm_sysfs_class from drmP.h
No user at all. My guess is that this is a leftover from ttm before it used the more abstract helpers to register/unregister its sysfs objects (see drm_sysfs.h). At least in the existing history it was never used. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 90b379cd07ad..3ca7b14f4f45 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1309,7 +1309,6 @@ extern int drm_pci_set_unique(struct drm_device *dev,
struct drm_unique *u);
/* sysfs support (drm_sysfs.c) */
-struct drm_sysfs_class;
extern struct class *drm_sysfs_create(struct module *owner, char *name);
extern void drm_sysfs_destroy(void);
extern struct device *drm_sysfs_minor_alloc(struct drm_minor *minor);