]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/radio/radio-sf16fmr2.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / media / radio / radio-sf16fmr2.c
index 0ba9d88a80fc06d155100ae92bb41b6d102f3474..c09ca8600ea1d0a2e3219bd26e2d511a0b7e9e6f 100644 (file)
@@ -377,20 +377,8 @@ static int vidioc_s_audio(struct file *file, void *priv,
        return a->index ? -EINVAL : 0;
 }
 
-static int fmr2_open(struct file *file)
-{
-       return 0;
-}
-
-static int fmr2_release(struct file *file)
-{
-       return 0;
-}
-
 static const struct v4l2_file_operations fmr2_fops = {
        .owner          = THIS_MODULE,
-       .open           = fmr2_open,
-       .release        = fmr2_release,
        .ioctl          = video_ioctl2,
 };