]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/openpromfs/inode.c
[SPARC]: Constify function pointer tables.
[mv-sheeva.git] / fs / openpromfs / inode.c
index d88173840082aad76ab84a2c086c3d06bb73bef9..6b7ff16189450b972374bfa0689f52e24a51405a 100644 (file)
@@ -131,7 +131,7 @@ static void property_stop(struct seq_file *f, void *v)
        /* Nothing to do */
 }
 
-static struct seq_operations property_op = {
+static const struct seq_operations property_op = {
        .start          = property_start,
        .next           = property_next,
        .stop           = property_stop,