]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/radio/radio-zoltrix.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / media / radio / radio-zoltrix.c
index 1f85f2024dc041625aca396912147aad44e8e5b0..80e98b6422fe76d4d48847f23e0a73199a4472dc 100644 (file)
@@ -370,21 +370,9 @@ static int vidioc_s_audio(struct file *file, void *priv,
        return a->index ? -EINVAL : 0;
 }
 
-static int zoltrix_open(struct file *file)
-{
-       return 0;
-}
-
-static int zoltrix_release(struct file *file)
-{
-       return 0;
-}
-
 static const struct v4l2_file_operations zoltrix_fops =
 {
        .owner          = THIS_MODULE,
-       .open           = zoltrix_open,
-       .release        = zoltrix_release,
        .ioctl          = video_ioctl2,
 };