diff options
Diffstat (limited to 'drivers/media/radio/radio-aztech.c')
-rw-r--r-- | drivers/media/radio/radio-aztech.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-aztech.c b/drivers/media/radio/radio-aztech.c index 5319a9c9a979..523be820f9c6 100644 --- a/drivers/media/radio/radio-aztech.c +++ b/drivers/media/radio/radio-aztech.c | |||
@@ -256,6 +256,7 @@ static struct file_operations aztech_fops = { | |||
256 | .open = video_exclusive_open, | 256 | .open = video_exclusive_open, |
257 | .release = video_exclusive_release, | 257 | .release = video_exclusive_release, |
258 | .ioctl = az_ioctl, | 258 | .ioctl = az_ioctl, |
259 | .compat_ioctl = v4l_compat_ioctl32, | ||
259 | .llseek = no_llseek, | 260 | .llseek = no_llseek, |
260 | }; | 261 | }; |
261 | 262 | ||