1
0
Fork 0

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>
hifive-unleashed-5.1
Sachin Kamat 2013-01-21 15:26:57 +05:30 committed by Inki Dae
parent 7cdc046d9e
commit 428982e70a
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ static bool drm_hdmi_is_connected(struct device *dev)
return false;
}
struct edid *drm_hdmi_get_edid(struct device *dev,
static struct edid *drm_hdmi_get_edid(struct device *dev,
struct drm_connector *connector)
{
struct drm_hdmi_context *ctx = to_context(dev);