]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fat/file.c
ARM: OMAP: Fix OMAP1 compilation after MPUIO check change
[linux-2.6-omap-h63xx.git] / fs / fat / file.c
index 88aa1ae13f9f3022c7978d9bbd7e5cb20c2d71aa..1ee25232e6af3dd4cee629fdeba312f769cd8d02 100644 (file)
@@ -112,7 +112,7 @@ int fat_generic_ioctl(struct inode *inode, struct file *filp,
        }
 }
 
-struct file_operations fat_file_operations = {
+const struct file_operations fat_file_operations = {
        .llseek         = generic_file_llseek,
        .read           = do_sync_read,
        .write          = do_sync_write,