Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 454a01e7 authored by Roland Dreier's avatar Roland Dreier
Browse files

IB/cm: Make internal function cm_get_ack_delay() static



Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 1743b917
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;