[ARM] nwfpe: Add decleration for ExtendedCPDO

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, May 20, 2009 - 4:59 pm

Gitweb:     http://git.kernel.org/linus/ceec1c33c36e4783cba41416f327f4bbc05218c3
Commit:     ceec1c33c36e4783cba41416f327f4bbc05218c3
Parent:     091bf7624d1c90cec9e578a18529f615213ff847
Author:     Ben Dooks <ben-linux@fluff.org>
AuthorDate: Fri Apr 17 12:29:22 2009 +0100
Committer:  Ben Dooks <ben-linux@fluff.org>
CommitDate: Fri May 15 12:49:08 2009 +0100

    [ARM] nwfpe: Add decleration for ExtendedCPDO
    
    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 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/nwfpe/fpa11.h b/arch/arm/nwfpe/fpa11.h
index 386cbd1..d3a6f92 100644
--- a/arch/arm/nwfpe/fpa11.h
+++ b/arch/arm/nwfpe/fpa11.h
@@ -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
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ARM] nwfpe: Add decleration for ExtendedCPDO, Linux Kernel Mailing ..., (Wed May 20, 4:59 pm)