summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-06-26 11:24:37 +0100
committerAndy Green <andy.green@linaro.org>2011-06-26 11:24:37 +0100
commit6a913eab50902271b42b0a9421ee2f9e1c6f93cb (patch)
tree5d1fcb541505296fa015eecd979a570c47b71aa5
parentd35802388508bb0b221ce485414799b81638a97d (diff)
fix lfb edid uplevel remove warning correct void function argsandroid-2.6.38-2011-06-2
Lose a warning Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/video/omap2/dss/hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c
index dccddc9dc13..ec617c25105 100644
--- a/drivers/video/omap2/dss/hdmi.c
+++ b/drivers/video/omap2/dss/hdmi.c
@@ -735,7 +735,7 @@ static int get_edid_timing_data(struct HDMI_EDID *edid)
return 1;
}
-static void hdmi_read_edid()
+static void hdmi_read_edid(void)
{
int ret = 0;