aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-gemtek.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/radio/radio-gemtek.c')
-rw-r--r--drivers/media/radio/radio-gemtek.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/media/radio/radio-gemtek.c b/drivers/media/radio/radio-gemtek.c
index cc90329026f2..2d991ae2f205 100644
--- a/drivers/media/radio/radio-gemtek.c
+++ b/drivers/media/radio/radio-gemtek.c
@@ -581,9 +581,10 @@ static const struct v4l2_ioctl_ops gemtek_ioctl_ops = {
581}; 581};
582 582
583static struct video_device gemtek_radio = { 583static struct video_device gemtek_radio = {
584 .name = "GemTek Radio card", 584 .name = "GemTek Radio card",
585 .fops = &gemtek_fops, 585 .fops = &gemtek_fops,
586 .ioctl_ops = &gemtek_ioctl_ops, 586 .ioctl_ops = &gemtek_ioctl_ops,
587 .release = video_device_release_empty,
587}; 588};
588 589
589/* 590/*