]> git.baikalelectronics.ru Git - kernel.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)
commite2a64f43b642ae67f88f3e490483b77e0728995e
tree8c30affab66f96b018a6e33aa41d47e92ca1fa84
parentec66f4cb2cada26dcad773d636a3eba71ebe830d
[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