]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ncpfs/file.c
ARM: OMAP: 2420 boot BUG(): failure to map SRAM
[linux-2.6-omap-h63xx.git] / fs / ncpfs / file.c
index ebdad8f6398f14fdcb84ee93b8e4878e59c24bf4..e6b7c67cf057765f86921cf2220fee385eaaee38 100644 (file)
@@ -283,7 +283,7 @@ static int ncp_release(struct inode *inode, struct file *file) {
        return 0;
 }
 
-struct file_operations ncp_file_operations =
+const struct file_operations ncp_file_operations =
 {
        .llseek         = remote_llseek,
        .read           = ncp_file_read,