diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-09-09 16:08:02 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-12 22:40:44 +0100 |
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; struct sh_mobile_hdmi_info { struct sh_mobile_lcdc_chan_cfg *lcd_chan; - struct device *lcd_dev; unsigned int flags; long (*clk_optimize_parent)(unsigned long target, unsigned long *best_freq, unsigned long *parent_freq); |