Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65892
b: refs/heads/master
c: 768f4bd
h: refs/heads/master
v: v3
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 8c6a8aa commit af9e60e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61c310dc1e2a34bced25b4fa7609316d6755ccc2
refs/heads/master: 768f4bd3d6a88c13a4099451aa85ae75c9061316
8 changes: 0 additions & 8 deletions trunk/include/media/v4l2-int-device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit af9e60e

Please sign in to comment.