[PATCH 1/1] drm/exynos: Make 'drm_hdmi_get_edid' static

2013-01-21 Thread Sachin Kamat
Fixes the following warning: drivers/gpu/drm/exynos/exynos_drm_hdmi.c:111:13: warning: symbol 'drm_hdmi_get_edid' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- Compile tested on exynos-drm-fixes branch of Inki Dae's tree. --- drivers/gpu/drm/exynos/exynos_drm_hdmi.c |

[PATCH 1/1] drm/exynos: Make 'drm_hdmi_get_edid' static

2013-01-21 Thread Sachin Kamat
Fixes the following warning: drivers/gpu/drm/exynos/exynos_drm_hdmi.c:111:13: warning: symbol 'drm_hdmi_get_edid' was not declared. Should it be static? Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Compile tested on exynos-drm-fixes branch of Inki Dae's tree. ---