]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/9p/trans_fd.c
Merge commit 'origin'
[linux-2.6-omap-h63xx.git] / net / 9p / trans_fd.c
index d652baf5ff919c422664ed8890996d9f71beadc1..6dabbdb666510fcfc570a67e3f24cf598429e080 100644 (file)
@@ -86,7 +86,7 @@ enum {
        Opt_port, Opt_rfdno, Opt_wfdno, Opt_err,
 };
 
-static match_table_t tokens = {
+static const match_table_t tokens = {
        {Opt_port, "port=%u"},
        {Opt_rfdno, "rfdno=%u"},
        {Opt_wfdno, "wfdno=%u"},