Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sakari Ailus and committed by
Mauro Carvalho Chehab
768f4bd3 61c310dc

-8
-8
include/media/v4l2-int-device.h
··· 187 187 vidioc_int_s_power_num, 188 188 /* Get slave interface parameters. */ 189 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 190 /* Does the slave need to be reset after VIDIOC_DQBUF? */ 197 191 vidioc_int_g_needs_reset_num, 198 192 ··· 269 275 V4L2_INT_WRAPPER_0(dev_exit); 270 276 V4L2_INT_WRAPPER_1(s_power, int, ); 271 277 V4L2_INT_WRAPPER_1(g_ifparm, struct v4l2_ifparm, *); 272 - V4L2_INT_WRAPPER_1(s_ext_clk, u32, ); 273 - V4L2_INT_WRAPPER_1(g_ext_clk, u32, *); 274 278 V4L2_INT_WRAPPER_1(g_needs_reset, void, *); 275 279 276 280 V4L2_INT_WRAPPER_0(reset);