diff options
author | Or Gerlitz <ogerlitz@voltaire.com> | 2010-07-20 16:00:20 +0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2010-08-04 20:57:01 +0400 |
commit | 18199f573ee03e9265b3f5c45389742dae17607a (patch) | |
tree | c1c8481cba35f0754042704deb4edcc8ae7511ef /drivers/infiniband/hw/cxgb3 | |
parent | 3d4f9a28e0f543e2a633d54f0f37f6e81a7701cd (diff) | |
download | linux-18199f573ee03e9265b3f5c45389742dae17607a.tar.xz |
RDMA/cxgb3: Make needlessly global iwch_l2t_send() static
Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb3')
-rw-r--r-- | drivers/infiniband/hw/cxgb3/iwch_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb3/iwch_cm.c b/drivers/infiniband/hw/cxgb3/iwch_cm.c index ebfb117ba68b..3cdb535c03dd 100644 --- a/drivers/infiniband/hw/cxgb3/iwch_cm.c +++ b/drivers/infiniband/hw/cxgb3/iwch_cm.c @@ -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; |