diff options
Diffstat (limited to 'drivers/media/radio/radio-zoltrix.c')
-rw-r--r-- | drivers/media/radio/radio-zoltrix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-zoltrix.c b/drivers/media/radio/radio-zoltrix.c index 4d76e710194b..0d43e8401eb5 100644 --- a/drivers/media/radio/radio-zoltrix.c +++ b/drivers/media/radio/radio-zoltrix.c | |||
@@ -439,6 +439,7 @@ static struct video_device zoltrix_radio = { | |||
439 | .name = "Zoltrix Radio Plus", | 439 | .name = "Zoltrix Radio Plus", |
440 | .fops = &zoltrix_fops, | 440 | .fops = &zoltrix_fops, |
441 | .ioctl_ops = &zoltrix_ioctl_ops, | 441 | .ioctl_ops = &zoltrix_ioctl_ops, |
442 | .release = video_device_release_empty, | ||
442 | }; | 443 | }; |
443 | 444 | ||
444 | static int __init zoltrix_init(void) | 445 | static int __init zoltrix_init(void) |