RDMA/cxgb3: Make needlessly global iwch_l2t_send() static
authorOr Gerlitz <ogerlitz@voltaire.com>
Tue, 20 Jul 2010 12:00:20 +0000 (12:00 +0000)
committerRoland Dreier <rolandd@cisco.com>
Wed, 4 Aug 2010 16:57:01 +0000 (09:57 -0700)
Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/cxgb3/iwch_cm.c

index ebfb117..3cdb535 100644 (file)
@@ -137,7 +137,7 @@ static void stop_ep_timer(struct iwch_ep *ep)
        put_ep(&ep->com);
 }
 
-int iwch_l2t_send(struct t3cdev *tdev, struct sk_buff *skb, struct l2t_entry *l2e)
+static int iwch_l2t_send(struct t3cdev *tdev, struct sk_buff *skb, struct l2t_entry *l2e)
 {
        int     error = 0;
        struct cxio_rdev *rdev;