]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh/mm/cache-debugfs.c
sh: add SH7760 IPR IRQ data
[linux-2.6-omap-h63xx.git] / arch / sh / mm / cache-debugfs.c
index e0122bd33ddb6373771e0d10bc648063ff2d990d..909dcfa8c8c69e1941125c064ce5b6d14b86c4bb 100644 (file)
@@ -114,7 +114,7 @@ static int cache_debugfs_open(struct inode *inode, struct file *file)
        return single_open(file, cache_seq_show, inode->i_private);
 }
 
-static struct file_operations cache_debugfs_fops = {
+static const struct file_operations cache_debugfs_fops = {
        .owner          = THIS_MODULE,
        .open           = cache_debugfs_open,
        .read           = seq_read,