]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/dccp/timer.c
[ARM] 4549/1: KS8695: Fix build errors
[linux-2.6-omap-h63xx.git] / net / dccp / timer.c
index b038a0a3ad40a1fcbc182c6f66e37a2171120144..0197a41c256ad72e37499f631f6df40498d4dad6 100644 (file)
@@ -262,7 +262,7 @@ out:
 }
 
 /* Transmit-delay timer: used by the CCIDs to delay actual send time */
-void dccp_write_xmit_timer(unsigned long data)
+static void dccp_write_xmit_timer(unsigned long data)
 {
        struct sock *sk = (struct sock *)data;
        struct dccp_sock *dp = dccp_sk(sk);