diff options
Diffstat (limited to 'drivers/media/radio/radio-gemtek-pci.c')
-rw-r--r-- | drivers/media/radio/radio-gemtek-pci.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/radio/radio-gemtek-pci.c b/drivers/media/radio/radio-gemtek-pci.c index 09265d25725e..c3f579de6e71 100644 --- a/drivers/media/radio/radio-gemtek-pci.c +++ b/drivers/media/radio/radio-gemtek-pci.c | |||
@@ -356,20 +356,8 @@ static struct pci_device_id gemtek_pci_id[] = | |||
356 | 356 | ||
357 | MODULE_DEVICE_TABLE(pci, gemtek_pci_id); | 357 | MODULE_DEVICE_TABLE(pci, gemtek_pci_id); |
358 | 358 | ||
359 | static int gemtek_pci_open(struct file *file) | ||
360 | { | ||
361 | return 0; | ||
362 | } | ||
363 | |||
364 | static int gemtek_pci_release(struct file *file) | ||
365 | { | ||
366 | return 0; | ||
367 | } | ||
368 | |||
369 | static const struct v4l2_file_operations gemtek_pci_fops = { | 359 | static const struct v4l2_file_operations gemtek_pci_fops = { |
370 | .owner = THIS_MODULE, | 360 | .owner = THIS_MODULE, |
371 | .open = gemtek_pci_open, | ||
372 | .release = gemtek_pci_release, | ||
373 | .ioctl = video_ioctl2, | 361 | .ioctl = video_ioctl2, |
374 | }; | 362 | }; |
375 | 363 | ||