diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-06 13:20:37 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 14:00:54 +0300 |
commit | 29356be1e0233f883c54fbfcdb104491fdf44ab9 (patch) | |
tree | 88a25e96dc7587dfbce9cd0432da97fc95c2ed53 /drivers/video/omap2/dss/dss_features.c | |
parent | ddb1d5ca99f515442592b487171481dbf3a309d5 (diff) | |
download | lwn-29356be1e0233f883c54fbfcdb104491fdf44ab9.tar.gz lwn-29356be1e0233f883c54fbfcdb104491fdf44ab9.zip |
OMAPDSS: HDMI clean up hpd_gpio
hpd_gpio is no longer used by the OMAP4 HDMI IP driver, and we can thus
remove the unnecessary code.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss_features.c')
-rw-r--r-- | drivers/video/omap2/dss/dss_features.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dss_features.c b/drivers/video/omap2/dss/dss_features.c index 77dbe0cfb34c..b9cfebb378a2 100644 --- a/drivers/video/omap2/dss/dss_features.c +++ b/drivers/video/omap2/dss/dss_features.c @@ -797,7 +797,6 @@ static const struct ti_hdmi_ip_ops omap4_hdmi_functions = { .phy_enable = ti_hdmi_4xxx_phy_enable, .phy_disable = ti_hdmi_4xxx_phy_disable, .read_edid = ti_hdmi_4xxx_read_edid, - .detect = ti_hdmi_4xxx_detect, .pll_enable = ti_hdmi_4xxx_pll_enable, .pll_disable = ti_hdmi_4xxx_pll_disable, .video_enable = ti_hdmi_4xxx_wp_video_start, |