commit | 1ff082882f0f36536ab91b020573607668f9bb61 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Mon May 28 19:03:47 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed May 30 13:15:34 2007 +0100 |
tree | 4de7af2591276751a4a6e130ddd85e2e40fcdb14 | |
parent | e078761a0a815e142eee9f546f821ea259c82f7c [diff] |
[ARM] 4416/1: NWFPE: fix undeclared symbols Fix the undeclared symbols sparse is warning about. arch/arm/nwfpe/softfloat.c:1727:7: warning: symbol 'float64_to_uint32' was not declared. Should it be static? arch/arm/nwfpe/softfloat.c:1753:7: warning: symbol 'float64_to_uint32_round_to_zero' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>