From: Ralf Baechle Date: Sat, 5 May 2007 21:05:11 +0000 (+0100) Subject: Fix nfsroot build X-Git-Tag: v2.6.22-rc1~1013 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=989485c190cc6a64e5a21d98ef2d752df1db8c27;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed