]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/sbus/char/flash.c
[PATCH] mark struct file_operations const 6
[linux-2.6-omap-h63xx.git] / drivers / sbus / char / flash.c
index fa2418f7ad393c78af158a4540fa80cf6213d297..6e99507aeb12c23fba03c52a56697f58d0d216c9 100644 (file)
@@ -142,7 +142,7 @@ flash_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations flash_fops = {
+static const struct file_operations flash_fops = {
        /* no write to the Flash, use mmap
         * and play flash dependent tricks.
         */