]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/dabusb.c
[PATCH] mark struct file_operations const 4
[linux-2.6-omap-h63xx.git] / drivers / media / video / dabusb.c
index 917021fc29933ab373ba7641c03d1923bee56026..ff4b238090aca8a866e2e2e42b8d242522c40ae8 100644 (file)
@@ -696,7 +696,7 @@ static int dabusb_ioctl (struct inode *inode, struct file *file, unsigned int cm
        return ret;
 }
 
-static struct file_operations dabusb_fops =
+static const struct file_operations dabusb_fops =
 {
        .owner =        THIS_MODULE,
        .llseek =       no_llseek,