diff options
author | Roland Dreier <rolandd@cisco.com> | 2006-04-19 11:40:12 -0700 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-04-19 11:40:12 -0700 |
commit | ac2ae4c9770de9450a8e881082a54bbb6f09534e (patch) | |
tree | af8c250aa16dd78b1dc6accf29dbc4fdf2af0900 /drivers/infiniband/hw/ipath/ipath_ud.c | |
parent | 64cb9c6aff273b1cd449e773c937378d68233f8b (diff) | |
download | blackbird-op-linux-ac2ae4c9770de9450a8e881082a54bbb6f09534e.tar.gz blackbird-op-linux-ac2ae4c9770de9450a8e881082a54bbb6f09534e.zip |
IB/ipath: Make more names static
Make symbols that are only used in a single source file static.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_ud.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_ud.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_ud.c b/drivers/infiniband/hw/ipath/ipath_ud.c index 5ff3de6128b2..01cfb30ee160 100644 --- a/drivers/infiniband/hw/ipath/ipath_ud.c +++ b/drivers/infiniband/hw/ipath/ipath_ud.c @@ -46,8 +46,8 @@ * This is called from ipath_post_ud_send() to forward a WQE addressed * to the same HCA. */ -void ipath_ud_loopback(struct ipath_qp *sqp, struct ipath_sge_state *ss, - u32 length, struct ib_send_wr *wr, struct ib_wc *wc) +static void ipath_ud_loopback(struct ipath_qp *sqp, struct ipath_sge_state *ss, + u32 length, struct ib_send_wr *wr, struct ib_wc *wc) { struct ipath_ibdev *dev = to_idev(sqp->ibqp.device); struct ipath_qp *qp; |