aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-gemtek-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/radio/radio-gemtek-pci.c')
-rw-r--r--drivers/media/radio/radio-gemtek-pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-gemtek-pci.c b/drivers/media/radio/radio-gemtek-pci.c
index b8c515762b49..36e754e3ffb2 100644
--- a/drivers/media/radio/radio-gemtek-pci.c
+++ b/drivers/media/radio/radio-gemtek-pci.c
@@ -392,7 +392,6 @@ static const struct v4l2_ioctl_ops gemtek_pci_ioctl_ops = {
392 392
393static struct video_device vdev_template = { 393static struct video_device vdev_template = {
394 .name = "Gemtek PCI Radio", 394 .name = "Gemtek PCI Radio",
395 .type = VID_TYPE_TUNER,
396 .fops = &gemtek_pci_fops, 395 .fops = &gemtek_pci_fops,
397 .ioctl_ops = &gemtek_pci_ioctl_ops, 396 .ioctl_ops = &gemtek_pci_ioctl_ops,
398}; 397};