summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLad, Prabhakar <prabhakar.csengg@gmail.com>2013-05-25 13:39:34 -0300
committerChanho Park <chanho61.park@samsung.com>2014-08-08 15:20:21 +0900
commita0ea502df3abcf2820014ce3cfef3e19fe2af680 (patch)
tree89857b4036b2b5342b2518f076bfa2d25e5036e9 /include
parentbd66b44f04d23c97bc2395421006d8faa786010f (diff)
downloadlinux-3.10-a0ea502df3abcf2820014ce3cfef3e19fe2af680.tar.gz
linux-3.10-a0ea502df3abcf2820014ce3cfef3e19fe2af680.tar.bz2
linux-3.10-a0ea502df3abcf2820014ce3cfef3e19fe2af680.zip
upstream: [media] media: i2c: ths7303: remove init_enable option from pdata
This patch removes init_enable option from pdata, the init_enable was intended that the device should start streaming video immediately but ideally the bridge drivers should call s_stream explicitly for such devices to start video. Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/media/ths7303.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/ths7303.h b/include/media/ths7303.h
index 980ec51d574..a7b49297da8 100644
--- a/include/media/ths7303.h
+++ b/include/media/ths7303.h
@@ -30,13 +30,11 @@
* @ch_1: Bias value for channel one.
* @ch_2: Bias value for channel two.
* @ch_3: Bias value for channel three.
- * @init_enable: initalize on init.
*/
struct ths7303_platform_data {
u8 ch_1;
u8 ch_2;
u8 ch_3;
- u8 init_enable;
};
#endif