diff options
Diffstat (limited to 'drivers/media/radio/radio-maxiradio.c')
-rw-r--r-- | drivers/media/radio/radio-maxiradio.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/radio/radio-maxiradio.c b/drivers/media/radio/radio-maxiradio.c index 2606f0b30355..3da51fe8fb93 100644 --- a/drivers/media/radio/radio-maxiradio.c +++ b/drivers/media/radio/radio-maxiradio.c | |||
@@ -339,20 +339,8 @@ static int vidioc_s_ctrl(struct file *file, void *priv, | |||
339 | return -EINVAL; | 339 | return -EINVAL; |
340 | } | 340 | } |
341 | 341 | ||
342 | static int maxiradio_open(struct file *file) | ||
343 | { | ||
344 | return 0; | ||
345 | } | ||
346 | |||
347 | static int maxiradio_release(struct file *file) | ||
348 | { | ||
349 | return 0; | ||
350 | } | ||
351 | |||
352 | static const struct v4l2_file_operations maxiradio_fops = { | 342 | static const struct v4l2_file_operations maxiradio_fops = { |
353 | .owner = THIS_MODULE, | 343 | .owner = THIS_MODULE, |
354 | .open = maxiradio_open, | ||
355 | .release = maxiradio_release, | ||
356 | .ioctl = video_ioctl2, | 344 | .ioctl = video_ioctl2, |
357 | }; | 345 | }; |
358 | 346 | ||