summaryrefslogtreecommitdiff
path: root/linux-core/intel_tv.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_tv.c
parentfd27591c6cadd2a868f4110b8993a86c37837d3e (diff)
drm: remove sysfs in driver for now.. should probably be in helper
Diffstat (limited to 'linux-core/intel_tv.c')
-rw-r--r--linux-core/intel_tv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/intel_tv.c b/linux-core/intel_tv.c
index e45cfa3b..25fb2e6b 100644
--- a/linux-core/intel_tv.c
+++ b/linux-core/intel_tv.c
@@ -1553,6 +1553,7 @@ intel_tv_destroy (struct drm_connector *connector)
{
struct intel_output *intel_output = to_intel_output(connector);
+ drm_sysfs_connector_remove(connector);
drm_connector_cleanup(connector);
drm_free(intel_output, sizeof(struct intel_output) + sizeof(struct intel_tv_priv),
DRM_MEM_DRIVER);