X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2F9p%2Ftrans_fd.c;h=6dabbdb666510fcfc570a67e3f24cf598429e080;hb=6dc6472581f693b5fc95aebedf67b4960fb85cf0;hp=d652baf5ff919c422664ed8890996d9f71beadc1;hpb=a9b9e81c915e4a57ac3b21d1a7fa7ff184639780;p=linux-2.6-omap-h63xx.git diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c index d652baf5ff9..6dabbdb6665 100644 --- a/net/9p/trans_fd.c +++ b/net/9p/trans_fd.c @@ -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"},