diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/inode.c b/arch/powerpc/platforms/cell/spufs/inode.c index 690ca7b0dcf6..2c8b8091250f 100644 --- a/arch/powerpc/platforms/cell/spufs/inode.c +++ b/arch/powerpc/platforms/cell/spufs/inode.c | |||
@@ -659,7 +659,7 @@ enum { | |||
659 | Opt_uid, Opt_gid, Opt_mode, Opt_debug, Opt_err, | 659 | Opt_uid, Opt_gid, Opt_mode, Opt_debug, Opt_err, |
660 | }; | 660 | }; |
661 | 661 | ||
662 | static match_table_t spufs_tokens = { | 662 | static const match_table_t spufs_tokens = { |
663 | { Opt_uid, "uid=%d" }, | 663 | { Opt_uid, "uid=%d" }, |
664 | { Opt_gid, "gid=%d" }, | 664 | { Opt_gid, "gid=%d" }, |
665 | { Opt_mode, "mode=%o" }, | 665 | { Opt_mode, "mode=%o" }, |