]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/radio/radio-typhoon.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / media / radio / radio-typhoon.c
index 92d923c7f3603e68fea5932b828697f1becb08bb..3a98f139949565e23c84ce6ba7cd715b79d36e39 100644 (file)
@@ -314,20 +314,8 @@ static int vidioc_log_status(struct file *file, void *priv)
        return 0;
 }
 
-static int typhoon_open(struct file *file)
-{
-       return 0;
-}
-
-static int typhoon_release(struct file *file)
-{
-       return 0;
-}
-
 static const struct v4l2_file_operations typhoon_fops = {
        .owner          = THIS_MODULE,
-       .open           = typhoon_open,
-       .release        = typhoon_release,
        .ioctl          = video_ioctl2,
 };