diff options
Diffstat (limited to 'drivers/media/radio/radio-aztech.c')
-rw-r--r-- | drivers/media/radio/radio-aztech.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/media/radio/radio-aztech.c b/drivers/media/radio/radio-aztech.c index ae18a7cf0d59..ddd96295a9fe 100644 --- a/drivers/media/radio/radio-aztech.c +++ b/drivers/media/radio/radio-aztech.c | |||
@@ -381,9 +381,10 @@ static const struct v4l2_ioctl_ops aztech_ioctl_ops = { | |||
381 | }; | 381 | }; |
382 | 382 | ||
383 | static struct video_device aztech_radio = { | 383 | static struct video_device aztech_radio = { |
384 | .name = "Aztech radio", | 384 | .name = "Aztech radio", |
385 | .fops = &aztech_fops, | 385 | .fops = &aztech_fops, |
386 | .ioctl_ops = &aztech_ioctl_ops, | 386 | .ioctl_ops = &aztech_ioctl_ops, |
387 | .release = video_device_release_empty, | ||
387 | }; | 388 | }; |
388 | 389 | ||
389 | module_param_named(debug,aztech_radio.debug, int, 0644); | 390 | module_param_named(debug,aztech_radio.debug, int, 0644); |