summaryrefslogtreecommitdiff
path: root/linux-core/drm_sysfs.c
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-08-09 19:33:32 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-08-09 19:33:32 +0200
commit2b7feebb8ad5f49391b4f6bd6fc548e4f93b94f3 (patch)
tree9a218d43589a8a7b79cc6e75d8faeb1a50f9f131 /linux-core/drm_sysfs.c
parent478e019cb7caa0c336b19a18eb3cb4e81896b493 (diff)
NV50: call drm_sysfs_hotplug_event when appropriate
Diffstat (limited to 'linux-core/drm_sysfs.c')
-rw-r--r--linux-core/drm_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_sysfs.c b/linux-core/drm_sysfs.c
index 5c384a60..3b217342 100644
--- a/linux-core/drm_sysfs.c
+++ b/linux-core/drm_sysfs.c
@@ -450,6 +450,7 @@ void drm_sysfs_hotplug_event(struct drm_device *dev)
kobject_uevent_env(&dev->primary->kdev.kobj, KOBJ_CHANGE, envp);
}
+EXPORT_SYMBOL(drm_sysfs_hotplug_event);
static struct device_attribute dri_attrs[] = {
__ATTR(dri_library_name, S_IRUGO, show_dri, NULL),