]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Unexport drm_connector_unregister_all()
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 13 Jul 2016 16:39:07 +0000 (17:39 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 19 Jul 2016 08:04:54 +0000 (10:04 +0200)
commitcfc9622779c90247b0730d5cbb0f191e894e175d
tree5fb14177bccf74e9d9f8ec5250746546fe00d5e7
parentfc3d8f6d1f92115ceb57c486b4dfcc2f976215bc
drm: Unexport drm_connector_unregister_all()

This has now been removed from all drivers as it is performed centrally
as a part of device unregistration for modesetting drivers. With the last
user gone, we can unexport it from the DRM module. That requires us to
move the code slightly to avoid the need for a forward declaration.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1468427947-28037-2-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/drm_crtc.c
include/drm/drm_crtc.h