Skip to content

Commit

Permalink
drm/exynos: Make 'drm_hdmi_get_edid' static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Inki Dae committed Jan 25, 2013
1 parent 7cdc046 commit 428982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/exynos/exynos_drm_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 428982e

Please sign in to comment.