diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-03-29 17:18:49 -0500 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-03-29 17:18:49 -0500 |
| commit | e02a4cabfcb9a999b74a2e2e6f13ffcb7ff2d606 (patch) | |
| tree | 2f3db60be4c57eca2a4c3ab3f3122dcf1ec0c624 /include/linux/videodev2.h | |
| parent | 600511e86babe3727264a0883a3a264f6fb6caf5 (diff) | |
| parent | f3cab8a0b1a772dc8b055b7affa567a366627c9e (diff) | |
Merge branch 'master'
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 724cfbf54b..af2d6155d3 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 | { |
