aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drmP.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index c480b448ce65..458385ec15f3 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1502,9 +1502,8 @@ extern int drm_pci_set_unique(struct drm_device *dev,
1502struct drm_sysfs_class; 1502struct drm_sysfs_class;
1503extern struct class *drm_sysfs_create(struct module *owner, char *name); 1503extern struct class *drm_sysfs_create(struct module *owner, char *name);
1504extern void drm_sysfs_destroy(void); 1504extern void drm_sysfs_destroy(void);
1505extern int drm_sysfs_device_add(struct drm_minor *minor); 1505extern struct device *drm_sysfs_minor_alloc(struct drm_minor *minor);
1506extern void drm_sysfs_hotplug_event(struct drm_device *dev); 1506extern void drm_sysfs_hotplug_event(struct drm_device *dev);
1507extern void drm_sysfs_device_remove(struct drm_minor *minor);
1508extern int drm_sysfs_connector_add(struct drm_connector *connector); 1507extern int drm_sysfs_connector_add(struct drm_connector *connector);
1509extern void drm_sysfs_connector_remove(struct drm_connector *connector); 1508extern void drm_sysfs_connector_remove(struct drm_connector *connector);
1510 1509