diff options
Diffstat (limited to 'net/9p/trans_fd.c')
-rw-r--r-- | net/9p/trans_fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/9p/trans_fd.c b/net/9p/trans_fd.c index d652baf5ff91..6dabbdb66651 100644 --- a/net/9p/trans_fd.c +++ b/net/9p/trans_fd.c | |||
@@ -86,7 +86,7 @@ enum { | |||
86 | Opt_port, Opt_rfdno, Opt_wfdno, Opt_err, | 86 | Opt_port, Opt_rfdno, Opt_wfdno, Opt_err, |
87 | }; | 87 | }; |
88 | 88 | ||
89 | static match_table_t tokens = { | 89 | static const match_table_t tokens = { |
90 | {Opt_port, "port=%u"}, | 90 | {Opt_port, "port=%u"}, |
91 | {Opt_rfdno, "rfdno=%u"}, | 91 | {Opt_rfdno, "rfdno=%u"}, |
92 | {Opt_wfdno, "wfdno=%u"}, | 92 | {Opt_wfdno, "wfdno=%u"}, |