aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMats Randgaard <matrandg@cisco.com>2013-12-05 10:23:03 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-07 06:06:45 -0200
commit94b130131115de6c7c6b6228379e61d270ab8966 (patch)
tree312221a578a346d798023d3bbd5a0f7e90c2df96 /include/media
parent[media] adv7604: improve EDID handling (diff)
downloadlinux-dev-94b130131115de6c7c6b6228379e61d270ab8966.tar.xz
linux-dev-94b130131115de6c7c6b6228379e61d270ab8966.zip
[media] adv7604: remove connector type. Never used for anything useful
May also be wrong if the receiver is connected to more than one connector. Signed-off-by: Mats Randgaard <matrandg@cisco.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/adv7604.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/adv7604.h b/include/media/adv7604.h
index 22fd1ac9d71b..baf7250ee8a1 100644
--- a/include/media/adv7604.h
+++ b/include/media/adv7604.h
@@ -86,9 +86,6 @@ enum adv7604_drive_strength {
/* Platform dependent definition */
struct adv7604_platform_data {
- /* connector - HDMI or DVI? */
- unsigned connector_hdmi:1;
-
/* DIS_PWRDNB: 1 if the PWRDNB pin is unused and unconnected */
unsigned disable_pwrdnb:1;