diff options
| author | Jason Gunthorpe <jgg@nvidia.com> | 2026-05-25 22:22:41 -0300 |
|---|---|---|
| committer | Jason Gunthorpe <jgg@nvidia.com> | 2026-05-26 10:11:43 -0300 |
| commit | 1a76adc9b38c678a176edc04db6dd057bcb2298c (patch) | |
| tree | 3905fd7f6fdeecb4bbaa274b1d14b2f39af12649 /include | |
| parent | 2274d8cb4912ab32bcff80d6c7cbae453614ae08 (diff) | |
RDMA/core: Move ucaps into ib_uverbs_support.ko
mlx5 uses these move them into the support module from ib_uverbs.ko.
Link: https://patch.msgid.link/r/5-v3-43aba1969751+1988-ib_uverbs_support_ko_jgg@nvidia.com
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/rdma/ib_ucaps.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/ib_ucaps.h b/include/rdma/ib_ucaps.h index d9f96be3a553..b629c99117d8 100644 --- a/include/rdma/ib_ucaps.h +++ b/include/rdma/ib_ucaps.h @@ -14,7 +14,6 @@ enum rdma_user_cap { RDMA_UCAP_MAX }; -void ib_cleanup_ucaps(void); int ib_get_ucaps(int *fds, int fd_count, uint64_t *idx_mask); #if IS_ENABLED(CONFIG_INFINIBAND_USER_ACCESS) int ib_create_ucap(enum rdma_user_cap type); |
