]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/tile/lib/spinlock_common.h
arch/tile: Miscellaneous cleanup changes.
[mirror_ubuntu-artful-kernel.git] / arch / tile / lib / spinlock_common.h
index 8dffebde663083accdbb217e11399d80fb3babde..c101098091327e5b52a104d2b2d4769212f80043 100644 (file)
@@ -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;