aboutsummaryrefslogtreecommitdiff
path: root/linux-core/intel_dvo.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-04 13:03:23 +1000
committerDave Airlie <airlied@redhat.com>2008-06-04 13:03:23 +1000
commit58aca7485a4cd9fcccc6e4044325048abcc2f9c7 (patch)
treeb3a79e07a69e34dc6043b6a25b87a2890930e1f0 /linux-core/intel_dvo.c
parentfd27591c6cadd2a868f4110b8993a86c37837d3e (diff)
drm: remove sysfs in driver for now.. should probably be in helper
Diffstat (limited to 'linux-core/intel_dvo.c')
-rw-r--r--linux-core/intel_dvo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/intel_dvo.c b/linux-core/intel_dvo.c
index b061b1c5..e6df8fdd 100644
--- a/linux-core/intel_dvo.c
+++ b/linux-core/intel_dvo.c
@@ -306,6 +306,7 @@ static void intel_dvo_destroy (struct drm_connector *connector)
intel_i2c_destroy(intel_output->i2c_bus);
if (intel_output->ddc_bus)
intel_i2c_destroy(intel_output->ddc_bus);
+ drm_sysfs_connector_remove(connector);
drm_connector_cleanup(connector);
kfree(intel_output);
}