diff options
Diffstat (limited to 'fs/nfs/nfsroot.c')
| -rw-r--r-- | fs/nfs/nfsroot.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c index 46763d1cd39..8478fc25dae 100644 --- a/fs/nfs/nfsroot.c +++ b/fs/nfs/nfsroot.c @@ -127,7 +127,7 @@ enum {  	Opt_err  }; -static match_table_t __initdata tokens = { +static match_table_t __initconst tokens = {  	{Opt_port, "port=%u"},  	{Opt_rsize, "rsize=%u"},  	{Opt_wsize, "wsize=%u"},  |