diff options
Diffstat (limited to 'include/linux/videodev2.h')
| -rw-r--r-- | include/linux/videodev2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 724cfbf54b8a..af2d6155d3fe 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
| @@ -75,7 +75,7 @@ struct video_device | |||
| 75 | int minor; | 75 | int minor; |
| 76 | 76 | ||
| 77 | /* device ops + callbacks */ | 77 | /* device ops + callbacks */ |
| 78 | struct file_operations *fops; | 78 | const struct file_operations *fops; |
| 79 | void (*release)(struct video_device *vfd); | 79 | void (*release)(struct video_device *vfd); |
| 80 | 80 | ||
| 81 | 81 | ||
| @@ -883,6 +883,7 @@ struct v4l2_modulator | |||
| 883 | #define V4L2_TUNER_MODE_LANG2 0x0002 | 883 | #define V4L2_TUNER_MODE_LANG2 0x0002 |
| 884 | #define V4L2_TUNER_MODE_SAP 0x0002 | 884 | #define V4L2_TUNER_MODE_SAP 0x0002 |
| 885 | #define V4L2_TUNER_MODE_LANG1 0x0003 | 885 | #define V4L2_TUNER_MODE_LANG1 0x0003 |
| 886 | #define V4L2_TUNER_MODE_LANG1_LANG2 0x0004 | ||
| 886 | 887 | ||
| 887 | struct v4l2_frequency | 888 | struct v4l2_frequency |
| 888 | { | 889 | { |
