]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[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)
commit3ea385f061d08a9509a884e347ad1007bb6c3c66
tree8c30affab66f96b018a6e33aa41d47e92ca1fa84
parentceec1c33c36e4783cba41416f327f4bbc05218c3
[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 <ben-linux@fluff.org>
arch/arm/nwfpe/fpa11_cprt.c
arch/arm/nwfpe/softfloat.h