1
0
Fork 0

fix fs/nfs/nfsroot.c compilation

This fixes the following compile error caused by commit
f9247273cb ("UFS: add const to parser
token table"):

    CC      fs/nfs/nfsroot.o
  /home/bunk/linux/kernel-2.6/git/linux-2.6/fs/nfs/nfsroot.c:130: error: tokens causes a section type conflict
  make[3]: *** [fs/nfs/nfsroot.o] Error 1

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
wifi-calibration
Adrian Bunk 2008-07-25 02:55:49 +03:00 committed by Linus Torvalds
parent 4b9f12a377
commit fb2e405fc1
1 changed files with 1 additions and 1 deletions

View File

@ -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"},