diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-09-09 10:08:02 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-12 17:40:44 -0400 |
commit | 134d22eb58b72c4fe5e6ca3ebcaccd4975f06842 (patch) | |
tree | e154bb799713489531e7d91c529b1c2fc95f426e /include/video | |
parent | 12ee2502c0503c484a7df052d356e39c40b02400 (diff) |
sh_mobile_hdmi: Remove platform data lcd_dev field
The field is used to print debug messages only. Remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/sh_mobile_hdmi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video/sh_mobile_hdmi.h b/include/video/sh_mobile_hdmi.h index b56932927d0a..0b8d2cf0d510 100644 --- a/include/video/sh_mobile_hdmi.h +++ b/include/video/sh_mobile_hdmi.h | |||
@@ -32,7 +32,6 @@ struct clk; | |||
32 | 32 | ||
33 | struct sh_mobile_hdmi_info { | 33 | struct sh_mobile_hdmi_info { |
34 | struct sh_mobile_lcdc_chan_cfg *lcd_chan; | 34 | struct sh_mobile_lcdc_chan_cfg *lcd_chan; |
35 | struct device *lcd_dev; | ||
36 | unsigned int flags; | 35 | unsigned int flags; |
37 | long (*clk_optimize_parent)(unsigned long target, unsigned long *best_freq, | 36 | long (*clk_optimize_parent)(unsigned long target, unsigned long *best_freq, |
38 | unsigned long *parent_freq); | 37 | unsigned long *parent_freq); |