aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-aimslab.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/radio/radio-aimslab.c')
-rw-r--r--drivers/media/radio/radio-aimslab.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-aimslab.c b/drivers/media/radio/radio-aimslab.c
index c69bde39a233..1ec18ed1a733 100644
--- a/drivers/media/radio/radio-aimslab.c
+++ b/drivers/media/radio/radio-aimslab.c
@@ -382,7 +382,9 @@ static const struct file_operations rtrack_fops = {
382 .open = video_exclusive_open, 382 .open = video_exclusive_open,
383 .release = video_exclusive_release, 383 .release = video_exclusive_release,
384 .ioctl = video_ioctl2, 384 .ioctl = video_ioctl2,
385#ifdef CONFIG_COMPAT
385 .compat_ioctl = v4l_compat_ioctl32, 386 .compat_ioctl = v4l_compat_ioctl32,
387#endif
386 .llseek = no_llseek, 388 .llseek = no_llseek,
387}; 389};
388 390