diff options
Diffstat (limited to 'drivers/media/radio/radio-terratec.c')
-rw-r--r-- | drivers/media/radio/radio-terratec.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/radio/radio-terratec.c b/drivers/media/radio/radio-terratec.c index 5b007f5c74b2..699db9acaaf7 100644 --- a/drivers/media/radio/radio-terratec.c +++ b/drivers/media/radio/radio-terratec.c | |||
@@ -332,20 +332,8 @@ static int vidioc_s_audio(struct file *file, void *priv, | |||
332 | return a->index ? -EINVAL : 0; | 332 | return a->index ? -EINVAL : 0; |
333 | } | 333 | } |
334 | 334 | ||
335 | static int terratec_open(struct file *file) | ||
336 | { | ||
337 | return 0; | ||
338 | } | ||
339 | |||
340 | static int terratec_release(struct file *file) | ||
341 | { | ||
342 | return 0; | ||
343 | } | ||
344 | |||
345 | static const struct v4l2_file_operations terratec_fops = { | 335 | static const struct v4l2_file_operations terratec_fops = { |
346 | .owner = THIS_MODULE, | 336 | .owner = THIS_MODULE, |
347 | .open = terratec_open, | ||
348 | .release = terratec_release, | ||
349 | .ioctl = video_ioctl2, | 337 | .ioctl = video_ioctl2, |
350 | }; | 338 | }; |
351 | 339 | ||