mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
[media] v4l2-int-device: remove unused chip_ident reference
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
aee38734d2
commit
1286914571
@ -220,8 +220,6 @@ enum v4l2_int_ioctl_num {
|
||||
vidioc_int_reset_num,
|
||||
/* VIDIOC_INT_INIT */
|
||||
vidioc_int_init_num,
|
||||
/* VIDIOC_DBG_G_CHIP_IDENT */
|
||||
vidioc_int_g_chip_ident_num,
|
||||
|
||||
/*
|
||||
*
|
||||
@ -303,6 +301,5 @@ V4L2_INT_WRAPPER_1(enum_frameintervals, struct v4l2_frmivalenum, *);
|
||||
|
||||
V4L2_INT_WRAPPER_0(reset);
|
||||
V4L2_INT_WRAPPER_0(init);
|
||||
V4L2_INT_WRAPPER_1(g_chip_ident, int, *);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user