[ARM] nwfpe: Add decleration for ExtendedCPDO
authorBen Dooks <ben-linux@fluff.org>
Fri, 17 Apr 2009 11:29:22 +0000 (12:29 +0100)
committerBen Dooks <ben-linux@fluff.org>
Fri, 15 May 2009 11:49:08 +0000 (12:49 +0100)
Add header file decleration for 'ExtendedCPDO' in fpa11.h
to stop the following sparse warning:

extended_cpdo.c:90:14: warning: symbol 'ExtendedCPDO' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/nwfpe/fpa11.h

index 386cbd1..d3a6f92 100644 (file)
@@ -114,4 +114,8 @@ extern unsigned int SingleCPDO(struct roundingData *roundData,
 extern unsigned int DoubleCPDO(struct roundingData *roundData,
                               const unsigned int opcode, FPREG * rFd);
 
+/* extneded_cpdo.c */
+extern unsigned int ExtendedCPDO(struct roundingData *roundData,
+                                const unsigned int opcode, FPREG * rFd);
+
 #endif