diff options
Diffstat (limited to 'fs/ubifs')
-rw-r--r-- | fs/ubifs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index 3f4902060c7a..9a9220333b3b 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c | |||
@@ -848,7 +848,7 @@ enum { | |||
848 | Opt_err, | 848 | Opt_err, |
849 | }; | 849 | }; |
850 | 850 | ||
851 | static match_table_t tokens = { | 851 | static const match_table_t tokens = { |
852 | {Opt_fast_unmount, "fast_unmount"}, | 852 | {Opt_fast_unmount, "fast_unmount"}, |
853 | {Opt_norm_unmount, "norm_unmount"}, | 853 | {Opt_norm_unmount, "norm_unmount"}, |
854 | {Opt_err, NULL}, | 854 | {Opt_err, NULL}, |