aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/arch-v10/delay.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/arch-v10/delay.h')
-rw-r--r--include/asm-cris/arch-v10/delay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/arch-v10/delay.h b/include/asm-cris/arch-v10/delay.h
index cfedae0d2f53..39481f6e0c30 100644
--- a/include/asm-cris/arch-v10/delay.h
+++ b/include/asm-cris/arch-v10/delay.h
@@ -1,7 +1,7 @@
#ifndef _CRIS_ARCH_DELAY_H
#define _CRIS_ARCH_DELAY_H
-extern __inline__ void __delay(int loops)
+static inline void __delay(int loops)
{
__asm__ __volatile__ (
"move.d %0,$r9\n\t"