diff options
Diffstat (limited to 'include/media/v4l2-ioctl.h')
-rw-r--r-- | include/media/v4l2-ioctl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index 0bef03add796..3e11dfe38dc3 100644 --- a/include/media/v4l2-ioctl.h +++ b/include/media/v4l2-ioctl.h | |||
@@ -285,7 +285,9 @@ extern long v4l_compat_ioctl32(struct file *file, unsigned int cmd, | |||
285 | unsigned long arg); | 285 | unsigned long arg); |
286 | 286 | ||
287 | extern int video_ioctl2(struct inode *inode, struct file *file, | 287 | extern int video_ioctl2(struct inode *inode, struct file *file, |
288 | unsigned int cmd, unsigned long arg); | 288 | unsigned int cmd, unsigned long arg); |
289 | extern long video_ioctl2_unlocked(struct file *file, | ||
290 | unsigned int cmd, unsigned long arg); | ||
289 | 291 | ||
290 | /* Include support for obsoleted stuff */ | 292 | /* Include support for obsoleted stuff */ |
291 | extern int video_usercopy(struct inode *inode, struct file *file, | 293 | extern int video_usercopy(struct inode *inode, struct file *file, |