diff options
Diffstat (limited to 'arch/tile/lib/spinlock_common.h')
-rw-r--r-- | arch/tile/lib/spinlock_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/lib/spinlock_common.h b/arch/tile/lib/spinlock_common.h index 8dffebde6630..c10109809132 100644 --- a/arch/tile/lib/spinlock_common.h +++ b/arch/tile/lib/spinlock_common.h | |||
@@ -35,7 +35,7 @@ relax(int iterations) | |||
35 | } | 35 | } |
36 | 36 | ||
37 | /* Perform bounded exponential backoff.*/ | 37 | /* Perform bounded exponential backoff.*/ |
38 | void delay_backoff(int iterations) | 38 | static void delay_backoff(int iterations) |
39 | { | 39 | { |
40 | u32 exponent, loops; | 40 | u32 exponent, loops; |
41 | 41 | ||