diff options
author | Zhu Yanjun <yanjun.zhu@oracle.com> | 2018-04-09 08:19:18 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-04-19 13:58:04 -0400 |
commit | 8f1a72c815cf121f8a842c60c837f0d7605cdad4 (patch) | |
tree | ae0b232d5de3bdd12d54f7d5af12b395361d1b3c /drivers/infiniband/sw/rxe/rxe_net.h | |
parent | 4e56569cee1505846b3dcb15fbf400f6a7e9f015 (diff) |
IB/rxe: make rxe_release_udp_tunnel static
The function rxe_release_udp_tunnel is only used in rxe_net.c.
So it is necessary to make this function as static.
CC: Srinivas Eeda <srinivas.eeda@oracle.com>
CC: Junxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/sw/rxe/rxe_net.h')
-rw-r--r-- | drivers/infiniband/sw/rxe/rxe_net.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_net.h b/drivers/infiniband/sw/rxe/rxe_net.h index 15a0caf98629..106c586dbb26 100644 --- a/drivers/infiniband/sw/rxe/rxe_net.h +++ b/drivers/infiniband/sw/rxe/rxe_net.h @@ -43,8 +43,6 @@ struct rxe_recv_sockets { struct socket *sk6; }; -void rxe_release_udp_tunnel(struct socket *sk); - struct rxe_dev *rxe_net_add(struct net_device *ndev); int rxe_net_init(void); |