diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/videodev2.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 5122b265dde6..a94c4d5ac340 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -1935,16 +1935,6 @@ struct v4l2_dbg_chip_ident { | |||
1935 | /* Reminder: when adding new ioctls please add support for them to | 1935 | /* Reminder: when adding new ioctls please add support for them to |
1936 | drivers/media/video/v4l2-compat-ioctl32.c as well! */ | 1936 | drivers/media/video/v4l2-compat-ioctl32.c as well! */ |
1937 | 1937 | ||
1938 | #ifdef __OLD_VIDIOC_ | ||
1939 | /* for compatibility, will go away some day */ | ||
1940 | #define VIDIOC_OVERLAY_OLD _IOWR('V', 14, int) | ||
1941 | #define VIDIOC_S_PARM_OLD _IOW('V', 22, struct v4l2_streamparm) | ||
1942 | #define VIDIOC_S_CTRL_OLD _IOW('V', 28, struct v4l2_control) | ||
1943 | #define VIDIOC_G_AUDIO_OLD _IOWR('V', 33, struct v4l2_audio) | ||
1944 | #define VIDIOC_G_AUDOUT_OLD _IOWR('V', 49, struct v4l2_audioout) | ||
1945 | #define VIDIOC_CROPCAP_OLD _IOR('V', 58, struct v4l2_cropcap) | ||
1946 | #endif | ||
1947 | |||
1948 | #define BASE_VIDIOC_PRIVATE 192 /* 192-255 are private */ | 1938 | #define BASE_VIDIOC_PRIVATE 192 /* 192-255 are private */ |
1949 | 1939 | ||
1950 | #endif /* __LINUX_VIDEODEV2_H */ | 1940 | #endif /* __LINUX_VIDEODEV2_H */ |