From: Ben Dooks Date: Fri, 17 Apr 2009 11:21:56 +0000 (+0100) Subject: [ARM] nwfpe: fix 'floatx80_is_nan' sparse warning X-Git-Tag: v2.6.30-rc7~16^2~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ea385f061d08a9509a884e347ad1007bb6c3c66;p=pandora-kernel.git [ARM] nwfpe: fix 'floatx80_is_nan' sparse warning The symbol 'floatx80_is_nan' prototype was defined locally in fpa11_cprt.c when it was built outside the file in softfloat-specialisze. Move this into softfloat.h to fix the following sparse warning: softfloat-specialize:276:6: warning: symbol 'floatx80_is_nan' was not declared. Should it be static? Signed-off-by: Ben Dooks --- Reading git-diff-tree failed