aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMats Randgaard <matrandg@cisco.com>2013-12-05 08:23:03 -0500
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-07 03:06:45 -0500
commit94b130131115de6c7c6b6228379e61d270ab8966 (patch)
tree312221a578a346d798023d3bbd5a0f7e90c2df96 /include
parentdd08beb905cc170c596306661ddbe311765c771b (diff)
[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')
-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 {
86 86
87/* Platform dependent definition */ 87/* Platform dependent definition */
88struct adv7604_platform_data { 88struct adv7604_platform_data {
89 /* connector - HDMI or DVI? */
90 unsigned connector_hdmi:1;
91
92 /* DIS_PWRDNB: 1 if the PWRDNB pin is unused and unconnected */ 89 /* DIS_PWRDNB: 1 if the PWRDNB pin is unused and unconnected */
93 unsigned disable_pwrdnb:1; 90 unsigned disable_pwrdnb:1;
94 91