]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/radio/radio-rtrack2.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / media / radio / radio-rtrack2.c
index d1e6b01d4eca76caa70818c051dd843d9d251459..9cb193fa6e335c367920e2079b67716e17378b6c 100644 (file)
@@ -260,20 +260,8 @@ static int vidioc_s_audio(struct file *file, void *priv,
        return a->index ? -EINVAL : 0;
 }
 
-static int rtrack2_open(struct file *file)
-{
-       return 0;
-}
-
-static int rtrack2_release(struct file *file)
-{
-       return 0;
-}
-
 static const struct v4l2_file_operations rtrack2_fops = {
        .owner          = THIS_MODULE,
-       .open           = rtrack2_open,
-       .release        = rtrack2_release,
        .ioctl          = video_ioctl2,
 };