aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/lib/spinlock_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/lib/spinlock_common.h')
-rw-r--r--arch/tile/lib/spinlock_common.h2
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)
}
/* Perform bounded exponential backoff.*/
-void delay_backoff(int iterations)
+static void delay_backoff(int iterations)
{
u32 exponent, loops;