diff options
Diffstat (limited to 'drivers/media/radio/radio-si470x.c')
-rw-r--r-- | drivers/media/radio/radio-si470x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-si470x.c b/drivers/media/radio/radio-si470x.c index 4ad88ee616fd..77354ca6e8e9 100644 --- a/drivers/media/radio/radio-si470x.c +++ b/drivers/media/radio/radio-si470x.c | |||
@@ -1051,7 +1051,9 @@ static const struct file_operations si470x_fops = { | |||
1051 | .read = si470x_fops_read, | 1051 | .read = si470x_fops_read, |
1052 | .poll = si470x_fops_poll, | 1052 | .poll = si470x_fops_poll, |
1053 | .ioctl = video_ioctl2, | 1053 | .ioctl = video_ioctl2, |
1054 | #ifdef CONFIG_COMPAT | ||
1054 | .compat_ioctl = v4l_compat_ioctl32, | 1055 | .compat_ioctl = v4l_compat_ioctl32, |
1056 | #endif | ||
1055 | .open = si470x_fops_open, | 1057 | .open = si470x_fops_open, |
1056 | .release = si470x_fops_release, | 1058 | .release = si470x_fops_release, |
1057 | }; | 1059 | }; |