diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-06-19 12:13:44 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-06-19 12:13:44 +0200 |
commit | fc9122feb731e5b2e40ba38de622dca900898fb5 (patch) | |
tree | cf8204065de258569fef47f665a4ef7dfbfa0354 /linux/include/media | |
parent | 784f927dcf2cc497d4a2c44fb4f1321d9cf0c45b (diff) | |
download | mediapointer-dvb-s2-fc9122feb731e5b2e40ba38de622dca900898fb5.tar.gz mediapointer-dvb-s2-fc9122feb731e5b2e40ba38de622dca900898fb5.tar.bz2 |
tvp514x: Migration to sub-device framework
From: Muralidharan Karicheri <m-karicheri2@ti.com>
This patch converts TVP514x driver to sub-device framework
from V4L2-int framework.
Priority: normal
Signed-off-by: Brijesh Jadav <brijesh.j@ti.com>
Signed-off-by: Hardik Shah <hardik.shah@ti.com>
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
[hverkuil@xs4all.nl: remove inline from the dump_reg function]
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/include/media')
-rw-r--r-- | linux/include/media/tvp514x.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/include/media/tvp514x.h b/linux/include/media/tvp514x.h index 5e7ee968c..74387e83f 100644 --- a/linux/include/media/tvp514x.h +++ b/linux/include/media/tvp514x.h @@ -104,10 +104,6 @@ enum tvp514x_output { * @ vs_polarity: VSYNC Polarity configuration for current interface. */ struct tvp514x_platform_data { - char *master; - int (*power_set) (enum v4l2_power on); - int (*ifparm) (struct v4l2_ifparm *p); - int (*priv_data_set) (void *); /* Interface control params */ bool clk_polarity; bool hs_polarity; |