]> git.baikalelectronics.ru Git - kernel.git/commit
Fix nfsroot build
authorRalf Baechle <ralf@linux-mips.org>
Sat, 5 May 2007 21:05:11 +0000 (22:05 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 5 May 2007 21:15:32 +0000 (14:15 -0700)
commita401b55912965d24ca9efc64eb95d5aa86117d28
treeda2f2cb977df552d20784f71bfbfa342908ab9da
parente354bce66ea832c870641936b3374bb6e859addc
Fix nfsroot build

  CC      fs/nfs/nfsroot.o
fs/nfs/nfsroot.c:131: error: tokens causes a section type conflict
make[2]: *** [fs/nfs/nfsroot.o] Error 1

This is due to mixing const and non-const content in the same section
which halfway recent gccs absolutely hate.  Fixed by dropping the const.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/parser.h