diff options
author | Ben Dooks <ben-linux@fluff.org> | 2005-10-12 19:58:10 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-10-12 19:58:10 +0100 |
commit | 6ec5e7f3656f0397b7e8b39a7dcc77937d187596 (patch) | |
tree | bbf8e615955817764637b7a2ecd2e228835b2cc5 /arch/arm/nwfpe/fpa11.c | |
parent | 737d0bb7701cdebb661e4db0236071a7df977777 (diff) | |
download | blackbird-obmc-linux-6ec5e7f3656f0397b7e8b39a7dcc77937d187596.tar.gz blackbird-obmc-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.c')
-rw-r--r-- | arch/arm/nwfpe/fpa11.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/nwfpe/fpa11.c b/arch/arm/nwfpe/fpa11.c index 7690f731ee87..7b3d74d73c80 100644 --- a/arch/arm/nwfpe/fpa11.c +++ b/arch/arm/nwfpe/fpa11.c @@ -31,11 +31,6 @@ #include <linux/string.h> #include <asm/system.h> -/* forward declarations */ -unsigned int EmulateCPDO(const unsigned int); -unsigned int EmulateCPDT(const unsigned int); -unsigned int EmulateCPRT(const unsigned int); - /* Reset the FPA11 chip. Called to initialize and reset the emulator. */ static void resetFPA11(void) { |