diff options
Diffstat (limited to 'drivers/media/radio/radio-typhoon.c')
-rw-r--r-- | drivers/media/radio/radio-typhoon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-typhoon.c b/drivers/media/radio/radio-typhoon.c index 878468507237..c2eedb7a73a5 100644 --- a/drivers/media/radio/radio-typhoon.c +++ b/drivers/media/radio/radio-typhoon.c | |||
@@ -375,6 +375,7 @@ static struct video_device typhoon_radio = { | |||
375 | .name = "Typhoon Radio", | 375 | .name = "Typhoon Radio", |
376 | .fops = &typhoon_fops, | 376 | .fops = &typhoon_fops, |
377 | .ioctl_ops = &typhoon_ioctl_ops, | 377 | .ioctl_ops = &typhoon_ioctl_ops, |
378 | .release = video_device_release_empty, | ||
378 | }; | 379 | }; |
379 | 380 | ||
380 | #ifdef CONFIG_RADIO_TYPHOON_PROC_FS | 381 | #ifdef CONFIG_RADIO_TYPHOON_PROC_FS |