diff options
Diffstat (limited to 'drivers/media/radio/radio-maestro.c')
-rw-r--r-- | drivers/media/radio/radio-maestro.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/radio/radio-maestro.c b/drivers/media/radio/radio-maestro.c index 01a6d22950ad..64d737c35acf 100644 --- a/drivers/media/radio/radio-maestro.c +++ b/drivers/media/radio/radio-maestro.c | |||
@@ -292,20 +292,8 @@ static int vidioc_s_audio(struct file *file, void *priv, | |||
292 | return a->index ? -EINVAL : 0; | 292 | return a->index ? -EINVAL : 0; |
293 | } | 293 | } |
294 | 294 | ||
295 | static int maestro_open(struct file *file) | ||
296 | { | ||
297 | return 0; | ||
298 | } | ||
299 | |||
300 | static int maestro_release(struct file *file) | ||
301 | { | ||
302 | return 0; | ||
303 | } | ||
304 | |||
305 | static const struct v4l2_file_operations maestro_fops = { | 295 | static const struct v4l2_file_operations maestro_fops = { |
306 | .owner = THIS_MODULE, | 296 | .owner = THIS_MODULE, |
307 | .open = maestro_open, | ||
308 | .release = maestro_release, | ||
309 | .ioctl = video_ioctl2, | 297 | .ioctl = video_ioctl2, |
310 | }; | 298 | }; |
311 | 299 | ||