Message ID | 20170104133442.4534-2-noralf@tronnes.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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);
Export drm_mode_convert_umode() for the benefit of udrm. Signed-off-by: Noralf Trønnes <noralf@tronnes.org> --- drivers/gpu/drm/drm_modes.c | 1 + 1 file changed, 1 insertion(+)