diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-30 15:20:41 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-08-30 15:20:41 +0300 |
commit | 5e20e6dc528bb766e274139ff3c7bea5340a10bf (patch) | |
tree | e7864e91fc7189c3320e7d871390b6a82e837570 | |
parent | c70f6f1d78e9bf2269e4214cd3dce1bc3470463b (diff) | |
download | mediapointer-dvb-s2-5e20e6dc528bb766e274139ff3c7bea5340a10bf.tar.gz mediapointer-dvb-s2-5e20e6dc528bb766e274139ff3c7bea5340a10bf.tar.bz2 |
V4L: Int if: Remove [gs]_ext_clk.
From: Sakari Ailus <sakari.ailus@nokia.com>
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>
-rw-r--r-- | linux/include/media/v4l2-int-device.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/linux/include/media/v4l2-int-device.h b/linux/include/media/v4l2-int-device.h index 4e07707bd..066ebfc4f 100644 --- a/linux/include/media/v4l2-int-device.h +++ b/linux/include/media/v4l2-int-device.h @@ -187,12 +187,6 @@ enum v4l2_int_ioctl_num { vidioc_int_s_power_num, /* Get slave interface parameters. */ vidioc_int_g_ifparm_num, - /* Get external clock speed for current slave settings. */ - vidioc_int_g_ext_clk_num, - /* - * Tell what the generated interface clock speed actually is. - */ - vidioc_int_s_ext_clk_num, /* Does the slave need to be reset after VIDIOC_DQBUF? */ vidioc_int_g_needs_reset_num, @@ -275,8 +269,6 @@ V4L2_INT_WRAPPER_0(dev_init); V4L2_INT_WRAPPER_0(dev_exit); V4L2_INT_WRAPPER_1(s_power, int, ); V4L2_INT_WRAPPER_1(g_ifparm, struct v4l2_ifparm, *); -V4L2_INT_WRAPPER_1(s_ext_clk, u32, ); -V4L2_INT_WRAPPER_1(g_ext_clk, u32, *); V4L2_INT_WRAPPER_1(g_needs_reset, void, *); V4L2_INT_WRAPPER_0(reset); |