diff options
author | Mats Randgaard <matrandg@cisco.com> | 2013-12-05 11:58:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-07 06:33:12 -0200 |
commit | 77a09f8bf16c66c4875abe4d51939287df044242 (patch) | |
tree | d6ab2d4243d909034c5f5a9af118a90b857529e3 /include | |
parent | 84aeed5310d7ea589ee703636d45bb56de0adb7f (diff) | |
download | linux-stable-77a09f8bf16c66c4875abe4d51939287df044242.tar.gz linux-stable-77a09f8bf16c66c4875abe4d51939287df044242.tar.bz2 linux-stable-77a09f8bf16c66c4875abe4d51939287df044242.zip |
[media] adv7842: 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/adv7842.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/adv7842.h b/include/media/adv7842.h index c12de2d2f46f..24fed1198ce8 100644 --- a/include/media/adv7842.h +++ b/include/media/adv7842.h @@ -139,9 +139,6 @@ struct adv7842_sdp_io_sync_adjustment { /* Platform dependent definition */ struct adv7842_platform_data { - /* connector - HDMI or DVI? */ - unsigned connector_hdmi:1; - /* chip reset during probe */ unsigned chip_reset:1; |