vfs: Use const for kernel parser table
[deliverable/linux.git] / arch / powerpc / platforms / cell / spufs / inode.c
index 690ca7b0dcf68e5f96562efef97b092b4a5433c6..2c8b8091250f0804f52346ca31b2a27c7ecc6057 100644 (file)
@@ -659,7 +659,7 @@ enum {
        Opt_uid, Opt_gid, Opt_mode, Opt_debug, Opt_err,
 };
 
-static match_table_t spufs_tokens = {
+static const match_table_t spufs_tokens = {
        { Opt_uid,   "uid=%d" },
        { Opt_gid,   "gid=%d" },
        { Opt_mode,  "mode=%o" },
This page took 0.025418 seconds and 5 git commands to generate.