drm/exynos: Make 'drm_hdmi_get_edid' static
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 21 Jan 2013 09:56:57 +0000 (15:26 +0530)
committerInki Dae <inki.dae@samsung.com>
Fri, 25 Jan 2013 05:38:46 +0000 (14:38 +0900)
commit428982e70ad1a6dbd583d6fb4f896595dac382e1
treeef264876904a17be3f8307af870293eede632328
parent7cdc046d9e9d5e90da20dc13eac90061688544a2
drm/exynos: Make 'drm_hdmi_get_edid' static

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.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_hdmi.c