aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/nwfpe/ARM-gcc.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-08-27 23:28:17 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-10-12 23:43:17 +0100
commit38598105217f65d21b5f5253c5755af9463c9e9a (patch)
tree1d37592d254a78f1536f55cbaaf85f495f15035a /arch/arm/nwfpe/ARM-gcc.h
parent[ARM] 4539/1: clocksource and clockevents for at91rm9200 (diff)
downloadlinux-dev-38598105217f65d21b5f5253c5755af9463c9e9a.tar.xz
linux-dev-38598105217f65d21b5f5253c5755af9463c9e9a.zip
[ARM] "extern inline" -> "static inline"
"extern inline" will have different semantics with gcc 4.3. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/nwfpe/ARM-gcc.h')
-rw-r--r--arch/arm/nwfpe/ARM-gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/nwfpe/ARM-gcc.h b/arch/arm/nwfpe/ARM-gcc.h
index e6598470b076..436e54aa02ec 100644
--- a/arch/arm/nwfpe/ARM-gcc.h
+++ b/arch/arm/nwfpe/ARM-gcc.h
@@ -68,7 +68,7 @@ a compiler does not support explicit inlining, this macro should be defined
to be `static'.
-------------------------------------------------------------------------------
*/
-#define INLINE extern __inline__
+#define INLINE static inline
/* For use as a GCC soft-float library we need some special function names. */