diff options
author | Ben Dooks <ben-linux@fluff.org> | 2005-10-12 20:58:10 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-10-12 20:58:10 +0200 |
commit | 6ec5e7f3656f0397b7e8b39a7dcc77937d187596 (patch) | |
tree | bbf8e615955817764637b7a2ecd2e228835b2cc5 /arch/arm/nwfpe/fpa11_cprt.c | |
parent | [ARM] 2969/1: miscellaneous whitespace cleanup (diff) | |
download | linux-6ec5e7f3656f0397b7e8b39a7dcc77937d187596.tar.xz linux-6ec5e7f3656f0397b7e8b39a7dcc77937d187596.zip |
[ARM] 2978/1: nwfpe - clean up sparse errors
Patch from Ben Dooks
The NWFPE is producing a number of errors from sparse
due to not defining a number of functions in the
header files.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/nwfpe/fpa11_cprt.c')
-rw-r--r-- | arch/arm/nwfpe/fpa11_cprt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/nwfpe/fpa11_cprt.c b/arch/arm/nwfpe/fpa11_cprt.c index adf8d3000540..7c67023655e4 100644 --- a/arch/arm/nwfpe/fpa11_cprt.c +++ b/arch/arm/nwfpe/fpa11_cprt.c @@ -26,12 +26,11 @@ #include "fpa11.inl" #include "fpmodule.h" #include "fpmodule.inl" +#include "softfloat.h" #ifdef CONFIG_FPE_NWFPE_XP extern flag floatx80_is_nan(floatx80); #endif -extern flag float64_is_nan(float64); -extern flag float32_is_nan(float32); unsigned int PerformFLT(const unsigned int opcode); unsigned int PerformFIX(const unsigned int opcode); |