diff options
author | Sakari Ailus <sakari.ailus@nokia.com> | 2007-08-30 08:20:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:14:39 -0400 |
commit | 768f4bd3d6a88c13a4099451aa85ae75c9061316 (patch) | |
tree | fb39c6498f6a713811dff17bfc65cca7038ce87d /include/media | |
parent | 61c310dc1e2a34bced25b4fa7609316d6755ccc2 (diff) |
V4L/DVB (6219): V4L: Int if: Remove [gs]_ext_clk
Remove support for g_ext_clk and s_ext_clk. The same functionality is
now handled by g_ifparm.
Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-int-device.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/media/v4l2-int-device.h b/include/media/v4l2-int-device.h index 4e07707bd5ea..066ebfc4f983 100644 --- a/include/media/v4l2-int-device.h +++ b/include/media/v4l2-int-device.h | |||
@@ -187,12 +187,6 @@ enum v4l2_int_ioctl_num { | |||
187 | vidioc_int_s_power_num, | 187 | vidioc_int_s_power_num, |
188 | /* Get slave interface parameters. */ | 188 | /* Get slave interface parameters. */ |
189 | vidioc_int_g_ifparm_num, | 189 | vidioc_int_g_ifparm_num, |
190 | /* Get external clock speed for current slave settings. */ | ||
191 | vidioc_int_g_ext_clk_num, | ||
192 | /* | ||
193 | * Tell what the generated interface clock speed actually is. | ||
194 | */ | ||
195 | vidioc_int_s_ext_clk_num, | ||
196 | /* Does the slave need to be reset after VIDIOC_DQBUF? */ | 190 | /* Does the slave need to be reset after VIDIOC_DQBUF? */ |
197 | vidioc_int_g_needs_reset_num, | 191 | vidioc_int_g_needs_reset_num, |
198 | 192 | ||
@@ -275,8 +269,6 @@ V4L2_INT_WRAPPER_0(dev_init); | |||
275 | V4L2_INT_WRAPPER_0(dev_exit); | 269 | V4L2_INT_WRAPPER_0(dev_exit); |
276 | V4L2_INT_WRAPPER_1(s_power, int, ); | 270 | V4L2_INT_WRAPPER_1(s_power, int, ); |
277 | V4L2_INT_WRAPPER_1(g_ifparm, struct v4l2_ifparm, *); | 271 | V4L2_INT_WRAPPER_1(g_ifparm, struct v4l2_ifparm, *); |
278 | V4L2_INT_WRAPPER_1(s_ext_clk, u32, ); | ||
279 | V4L2_INT_WRAPPER_1(g_ext_clk, u32, *); | ||
280 | V4L2_INT_WRAPPER_1(g_needs_reset, void, *); | 272 | V4L2_INT_WRAPPER_1(g_needs_reset, void, *); |
281 | 273 | ||
282 | V4L2_INT_WRAPPER_0(reset); | 274 | V4L2_INT_WRAPPER_0(reset); |