diff options
Diffstat (limited to 'include/media/v4l2-ioctl.h')
-rw-r--r-- | include/media/v4l2-ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index 172c39678c5a..bf0e723a99c1 100644 --- a/include/media/v4l2-ioctl.h +++ b/include/media/v4l2-ioctl.h | |||
@@ -288,7 +288,7 @@ long v4l_compat_translate_ioctl(struct file *file, | |||
288 | 288 | ||
289 | #ifdef CONFIG_COMPAT | 289 | #ifdef CONFIG_COMPAT |
290 | /* 32 Bits compatibility layer for 64 bits processors */ | 290 | /* 32 Bits compatibility layer for 64 bits processors */ |
291 | extern long v4l_compat_ioctl32(struct file *file, unsigned int cmd, | 291 | extern long v4l2_compat_ioctl32(struct file *file, unsigned int cmd, |
292 | unsigned long arg); | 292 | unsigned long arg); |
293 | #endif | 293 | #endif |
294 | 294 | ||