summaryrefslogtreecommitdiff
path: root/linux-core/intel_crt.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_crt.c
parentfd27591c6cadd2a868f4110b8993a86c37837d3e (diff)
drm: remove sysfs in driver for now.. should probably be in helper
Diffstat (limited to 'linux-core/intel_crt.c')
-rw-r--r--linux-core/intel_crt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/intel_crt.c b/linux-core/intel_crt.c
index bf7c449e..e32a9551 100644
--- a/linux-core/intel_crt.c
+++ b/linux-core/intel_crt.c
@@ -199,6 +199,7 @@ static void intel_crt_destroy(struct drm_connector *connector)
struct intel_output *intel_output = to_intel_output(connector);
intel_i2c_destroy(intel_output->ddc_bus);
+ drm_sysfs_connector_remove(connector);
drm_connector_cleanup(connector);
kfree(connector);
}