aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/sh_mobile_hdmi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/sh_mobile_hdmi.c b/drivers/video/sh_mobile_hdmi.c
index 8338bd4d277e..3b4cf987fb43 100644
--- a/drivers/video/sh_mobile_hdmi.c
+++ b/drivers/video/sh_mobile_hdmi.c
@@ -536,7 +536,6 @@ static void sh_hdmi_phy_config(struct sh_hdmi *hdmi)
536 */ 536 */
537static void sh_hdmi_avi_infoframe_setup(struct sh_hdmi *hdmi) 537static void sh_hdmi_avi_infoframe_setup(struct sh_hdmi *hdmi)
538{ 538{
539 struct fb_var_screeninfo *var = &hdmi->var;
540 u8 vic; 539 u8 vic;
541 540
542 /* AVI InfoFrame */ 541 /* AVI InfoFrame */
@@ -1018,7 +1017,6 @@ static bool sh_hdmi_must_reconfigure(struct sh_hdmi *hdmi)
1018static long sh_hdmi_clk_configure(struct sh_hdmi *hdmi, unsigned long hdmi_rate, 1017static long sh_hdmi_clk_configure(struct sh_hdmi *hdmi, unsigned long hdmi_rate,
1019 unsigned long parent_rate) 1018 unsigned long parent_rate)
1020{ 1019{
1021 struct sh_mobile_hdmi_info *pdata = hdmi->dev->platform_data;
1022 int ret; 1020 int ret;
1023 1021
1024 if (parent_rate && clk_get_parent(hdmi->hdmi_clk)) { 1022 if (parent_rate && clk_get_parent(hdmi->hdmi_clk)) {