diff options
author | Leon Romanovsky <leonro@nvidia.com> | 2022-01-05 09:50:35 +0100 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2022-01-05 20:18:47 +0100 |
commit | 36783dec8d7932099d920dd44bc4c457b8272938 (patch) | |
tree | 8b128131015472b5b67a7ffef54672b8ca880caf /drivers/infiniband/sw/rxe/Makefile | |
parent | RDMA/mad: Delete duplicated init_query_mad functions (diff) | |
download | linux-36783dec8d7932099d920dd44bc4c457b8272938.tar.xz linux-36783dec8d7932099d920dd44bc4c457b8272938.zip |
RDMA/rxe: Delete deprecated module parameters interface
Starting from the commit 66920e1b2586 ("rdma_rxe: Use netlink messages
to add/delete links") from the 2019, the RXE modules parameters are marked
as deprecated in favour of rdmatool. So remove the kernel code too.
Link: https://lore.kernel.org/r/c8376d7517aebe7cc851f0baaeef7b13707cf767.1641372460.git.leonro@nvidia.com
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Reviewed-by: Zhu Yanjun <zyjzyj2000@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/sw/rxe/Makefile')
-rw-r--r-- | drivers/infiniband/sw/rxe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/Makefile b/drivers/infiniband/sw/rxe/Makefile index 1e24673e9318..5395a581f4bb 100644 --- a/drivers/infiniband/sw/rxe/Makefile +++ b/drivers/infiniband/sw/rxe/Makefile @@ -22,5 +22,4 @@ rdma_rxe-y := \ rxe_mcast.o \ rxe_task.o \ rxe_net.o \ - rxe_sysfs.o \ rxe_hw_counters.o |