]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/radio/radio-aimslab.c
[PATCH] mark struct file_operations const 4
[linux-2.6-omap-h63xx.git] / drivers / media / radio / radio-aimslab.c
index 3368a89bfadbe356d0b4a7ed46ee3389ea3a3bef..b2e88ad289778e70c8abd2c09ace6bee3897d151 100644 (file)
@@ -358,7 +358,7 @@ static int rt_ioctl(struct inode *inode, struct file *file,
 
 static struct rt_device rtrack_unit;
 
-static struct file_operations rtrack_fops = {
+static const struct file_operations rtrack_fops = {
        .owner          = THIS_MODULE,
        .open           = video_exclusive_open,
        .release        = video_exclusive_release,