mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 10:56:44 +07:00
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>
This commit is contained in:
parent
3d4f9a28e0
commit
18199f573e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user