fbdev: sh_mobile_hdmi: fix up compiler warnings.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 10 Nov 2010 08:54:20 +0000 (17:54 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 10 Nov 2010 08:54:20 +0000 (17:54 +0900)
  CC      drivers/video/sh_mobile_hdmi.o
drivers/video/sh_mobile_hdmi.c: In function 'sh_hdmi_avi_infoframe_setup':
drivers/video/sh_mobile_hdmi.c:539: warning: unused variable 'var'
drivers/video/sh_mobile_hdmi.c: In function 'sh_hdmi_clk_configure':
drivers/video/sh_mobile_hdmi.c:1021: warning: unused variable 'pdata'

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/sh_mobile_hdmi.c

index 8338bd4..3b4cf98 100644 (file)
@@ -536,7 +536,6 @@ static void sh_hdmi_phy_config(struct sh_hdmi *hdmi)
  */
 static void sh_hdmi_avi_infoframe_setup(struct sh_hdmi *hdmi)
 {
-       struct fb_var_screeninfo *var = &hdmi->var;
        u8 vic;
 
        /* AVI InfoFrame */
@@ -1018,7 +1017,6 @@ static bool sh_hdmi_must_reconfigure(struct sh_hdmi *hdmi)
 static long sh_hdmi_clk_configure(struct sh_hdmi *hdmi, unsigned long hdmi_rate,
                                  unsigned long parent_rate)
 {
-       struct sh_mobile_hdmi_info *pdata = hdmi->dev->platform_data;
        int ret;
 
        if (parent_rate && clk_get_parent(hdmi->hdmi_clk)) {