fbdev: sh_mobile_hdmi: Remove sh_mobile_hdmi_info lcd_chan field
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 11 Sep 2011 16:27:50 +0000 (18:27 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 12 Mar 2012 21:40:48 +0000 (22:40 +0100)
The field is unused, remove it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
include/video/sh_mobile_hdmi.h

index 0b8d2cf0d5103f336af3bd54fea4a432a8a3efa2..728f9de9c258255d868709fc8ae2eac8987c682a 100644 (file)
@@ -31,7 +31,6 @@ struct clk;
 #define HDMI_SND_SRC_HBR       (3 << 0)
 
 struct sh_mobile_hdmi_info {
-       struct sh_mobile_lcdc_chan_cfg  *lcd_chan;
        unsigned int                     flags;
        long (*clk_optimize_parent)(unsigned long target, unsigned long *best_freq,
                                    unsigned long *parent_freq);