IB/cm: Make internal function cm_get_ack_delay() static
authorRoland Dreier <rolandd@cisco.com>
Wed, 18 Jul 2007 01:37:43 +0000 (18:37 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 18 Jul 2007 01:37:43 +0000 (18:37 -0700)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/cm.c

index 9820c67ba47dd2566eaaac76cce25e5a0ebdc834..4df269f5d9ac96ca8895ee04ceecd7ab75e12569 100644 (file)
@@ -3374,7 +3374,7 @@ int ib_cm_init_qp_attr(struct ib_cm_id *cm_id,
 }
 EXPORT_SYMBOL(ib_cm_init_qp_attr);
 
-void cm_get_ack_delay(struct cm_device *cm_dev)
+static void cm_get_ack_delay(struct cm_device *cm_dev)
 {
        struct ib_device_attr attr;
 
This page took 0.047784 seconds and 5 git commands to generate.