diff options
Diffstat (limited to 'include/media/v4l2-dev.h')
-rw-r--r-- | include/media/v4l2-dev.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index e75d5e6c4cea..c544c6f90893 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h | |||
@@ -94,7 +94,6 @@ struct video_device | |||
94 | char name[32]; | 94 | char name[32]; |
95 | int type; /* v4l1 */ | 95 | int type; /* v4l1 */ |
96 | int type2; /* v4l2 */ | 96 | int type2; /* v4l2 */ |
97 | int hardware; | ||
98 | int minor; | 97 | int minor; |
99 | 98 | ||
100 | int debug; /* Activates debug level*/ | 99 | int debug; /* Activates debug level*/ |
@@ -272,10 +271,6 @@ struct video_device | |||
272 | int (*vidioc_s_crop) (struct file *file, void *fh, | 271 | int (*vidioc_s_crop) (struct file *file, void *fh, |
273 | struct v4l2_crop *a); | 272 | struct v4l2_crop *a); |
274 | /* Compression ioctls */ | 273 | /* Compression ioctls */ |
275 | int (*vidioc_g_mpegcomp) (struct file *file, void *fh, | ||
276 | struct v4l2_mpeg_compression *a); | ||
277 | int (*vidioc_s_mpegcomp) (struct file *file, void *fh, | ||
278 | struct v4l2_mpeg_compression *a); | ||
279 | int (*vidioc_g_jpegcomp) (struct file *file, void *fh, | 274 | int (*vidioc_g_jpegcomp) (struct file *file, void *fh, |
280 | struct v4l2_jpegcompression *a); | 275 | struct v4l2_jpegcompression *a); |
281 | int (*vidioc_s_jpegcomp) (struct file *file, void *fh, | 276 | int (*vidioc_s_jpegcomp) (struct file *file, void *fh, |