diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-05-26 08:33:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-21 09:45:58 -0400 |
commit | 12869145718571ffa4f6e650a6f759934eeca0d9 (patch) | |
tree | b04834c7764b97320306ab1c3fc48ee38c186789 /include/media | |
parent | aee38734d2e2a908c4fd50918f28f19c088abfb9 (diff) |
[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>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-int-device.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/v4l2-int-device.h b/include/media/v4l2-int-device.h index e6aa2318367b..0286c95814ff 100644 --- a/include/media/v4l2-int-device.h +++ b/include/media/v4l2-int-device.h | |||
@@ -220,8 +220,6 @@ enum v4l2_int_ioctl_num { | |||
220 | vidioc_int_reset_num, | 220 | vidioc_int_reset_num, |
221 | /* VIDIOC_INT_INIT */ | 221 | /* VIDIOC_INT_INIT */ |
222 | vidioc_int_init_num, | 222 | vidioc_int_init_num, |
223 | /* VIDIOC_DBG_G_CHIP_IDENT */ | ||
224 | vidioc_int_g_chip_ident_num, | ||
225 | 223 | ||
226 | /* | 224 | /* |
227 | * | 225 | * |
@@ -303,6 +301,5 @@ V4L2_INT_WRAPPER_1(enum_frameintervals, struct v4l2_frmivalenum, *); | |||
303 | 301 | ||
304 | V4L2_INT_WRAPPER_0(reset); | 302 | V4L2_INT_WRAPPER_0(reset); |
305 | V4L2_INT_WRAPPER_0(init); | 303 | V4L2_INT_WRAPPER_0(init); |
306 | V4L2_INT_WRAPPER_1(g_chip_ident, int, *); | ||
307 | 304 | ||
308 | #endif | 305 | #endif |