diff options
Diffstat (limited to 'drivers/media/radio/radio-aimslab.c')
-rw-r--r-- | drivers/media/radio/radio-aimslab.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/radio/radio-aimslab.c b/drivers/media/radio/radio-aimslab.c index ac82e33cb6fc..35edee009ba8 100644 --- a/drivers/media/radio/radio-aimslab.c +++ b/drivers/media/radio/radio-aimslab.c | |||
@@ -355,20 +355,8 @@ static int vidioc_s_audio(struct file *file, void *priv, | |||
355 | return a->index ? -EINVAL : 0; | 355 | return a->index ? -EINVAL : 0; |
356 | } | 356 | } |
357 | 357 | ||
358 | static int rtrack_open(struct file *file) | ||
359 | { | ||
360 | return 0; | ||
361 | } | ||
362 | |||
363 | static int rtrack_release(struct file *file) | ||
364 | { | ||
365 | return 0; | ||
366 | } | ||
367 | |||
368 | static const struct v4l2_file_operations rtrack_fops = { | 358 | static const struct v4l2_file_operations rtrack_fops = { |
369 | .owner = THIS_MODULE, | 359 | .owner = THIS_MODULE, |
370 | .open = rtrack_open, | ||
371 | .release = rtrack_release, | ||
372 | .ioctl = video_ioctl2, | 360 | .ioctl = video_ioctl2, |
373 | }; | 361 | }; |
374 | 362 | ||