diff options
Diffstat (limited to 'drivers/media/radio/radio-maestro.c')
-rw-r--r-- | drivers/media/radio/radio-maestro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-maestro.c b/drivers/media/radio/radio-maestro.c index d074a8c90674..0ada1c697e8a 100644 --- a/drivers/media/radio/radio-maestro.c +++ b/drivers/media/radio/radio-maestro.c | |||
@@ -372,7 +372,6 @@ static const struct v4l2_ioctl_ops maestro_ioctl_ops = { | |||
372 | 372 | ||
373 | static struct video_device maestro_radio = { | 373 | static struct video_device maestro_radio = { |
374 | .name = "Maestro radio", | 374 | .name = "Maestro radio", |
375 | .type = VID_TYPE_TUNER, | ||
376 | .fops = &maestro_fops, | 375 | .fops = &maestro_fops, |
377 | .ioctl_ops = &maestro_ioctl_ops, | 376 | .ioctl_ops = &maestro_ioctl_ops, |
378 | }; | 377 | }; |