]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - ipc/sem.c
h63xx: nfs mount works, gpe image boots to ts config screen.
[linux-2.6-omap-h63xx.git] / ipc / sem.c
index bf1bc36cb7ee62bc95021ba62253d5b667802952..082122469b17490c1d0a1b634055efc079be81c1 100644 (file)
--- a/ipc/sem.c
+++ b/ipc/sem.c
@@ -504,7 +504,7 @@ static int count_semzcnt (struct sem_array * sma, ushort semnum)
        return semzcnt;
 }
 
-void free_un(struct rcu_head *head)
+static void free_un(struct rcu_head *head)
 {
        struct sem_undo *un = container_of(head, struct sem_undo, rcu);
        kfree(un);