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)
commit6100598c4a2772bfc7a7a6518a4fea377337952b
tree5fb14177bccf74e9d9f8ec5250746546fe00d5e7
parentdc96fe4f85507e0423a0f9749ac3eea45d6dbc9b
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