diff options
author | Mats Randgaard <matrandg@cisco.com> | 2013-12-05 10:23:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-07 06:06:45 -0200 |
commit | 94b130131115de6c7c6b6228379e61d270ab8966 (patch) | |
tree | 312221a578a346d798023d3bbd5a0f7e90c2df96 /include/media/adv7604.h | |
parent | dd08beb905cc170c596306661ddbe311765c771b (diff) | |
download | op-kernel-dev-94b130131115de6c7c6b6228379e61d270ab8966.zip op-kernel-dev-94b130131115de6c7c6b6228379e61d270ab8966.tar.gz |
[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/adv7604.h')
-rw-r--r-- | include/media/adv7604.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/adv7604.h b/include/media/adv7604.h index 22fd1ac..baf7250 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; |