From: Daniel Vetter Date: Thu, 23 Jan 2014 00:28:49 +0000 (+0100) Subject: drm/kms: rip out drm_mode_connector_detach_encoder X-Git-Tag: v3.15-rc1~51^2~54^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69fa5293bf8d0ade3fd726848c7af925227e9180;p=pandora-kernel.git drm/kms: rip out drm_mode_connector_detach_encoder It's only used by imx, and that one gets it wrong - there's no need to deteach the encoder before removing it. And really, neither current drm modesetting code nor all the userspace we have can handle dynamic changes in the set of possible encoders for a given connector. So let's just remove this before someone starts doing something really nasty with it. As a plus, one less kerneldoc comment to write. Cc: Sascha Hauer Cc: Russell King Cc: Greg Kroah-Hartman Reviewed-by: Alex Deucher Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed