Export drm_mode_convert_umode() for the benefit of udrm. Signed-off-by: Noralf Trønnes <noralf at tronnes.org> --- drivers/gpu/drm/drm_modes.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c
index 53f07ac..97cf51f 100644
--- a/drivers/gpu/drm/drm_modes.c
+++ b/drivers/gpu/drm/drm_modes.c
@@ -1555,3 +1555,4 @@ int drm_mode_convert_umode(struct drm_display_mode *out,
out:
return ret;
}
+EXPORT_SYMBOL(drm_mode_convert_umode);
--
2.10.2
