[ARM] nwfpe: fix 'floatx80_is_nan' sparse warning
authorBen Dooks <ben-linux@fluff.org>
Fri, 17 Apr 2009 11:21:56 +0000 (12:21 +0100)
committerBen Dooks <ben-linux@fluff.org>
Fri, 15 May 2009 11:49:14 +0000 (12:49 +0100)
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 <ben-linux@fluff.org>

No differences found