Driver modules really don't have much business frobbing around with this: Splitting up modeset resources (if we ever get around to enable this for real) should be something purely controlled and managed by the drm core in a driver-agnostic fashion. As usual imx disagrees, but that's due to the convoluted setup sequence. Russell King is working on a proper fix for that, so this patch needs to wait for those to land to avoid breaking imx.
Cc: Sascha Hauer <s.hauer at pengutronix.de> Cc: Russell King <rmk+kernel at arm.linux.org.uk> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org> Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch> --- drivers/gpu/drm/drm_crtc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index 91d03e3acefb..98da36ed17a1 100644 --- a/drivers/gpu/drm/drm_crtc.c +++ b/drivers/gpu/drm/drm_crtc.c @@ -1350,7 +1350,6 @@ int drm_mode_group_init_legacy_group(struct drm_device *dev, return 0; } -EXPORT_SYMBOL(drm_mode_group_init_legacy_group); /** * drm_crtc_convert_to_umode - convert a drm_display_mode into a modeinfo -- 1.8.5.2