Commit 7610a04c authored by Daniel Vetter's avatar Daniel Vetter

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: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 1c96e84e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment