diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2019-06-10 15:02:01 -0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-06-10 15:02:01 -0300 |
commit | a1a8e4a85cf7daff8b26c7b8698442ef677b4f97 (patch) | |
tree | 3a84b800c8998b13c2f807846ddc0a51c0d4f516 /drivers/infiniband/core/Makefile | |
parent | afcafe07af0e0aeddbf40e163663fdf319c34739 (diff) | |
download | linux-a1a8e4a85cf7daff8b26c7b8698442ef677b4f97.tar.gz linux-a1a8e4a85cf7daff8b26c7b8698442ef677b4f97.tar.bz2 linux-a1a8e4a85cf7daff8b26c7b8698442ef677b4f97.zip |
rdma: Delete the ib_ucm module
This has been marked CONFIG_BROKEN for over a year now with no complaints.
Delete the whole thing for good.
The module provided the /dev/infiniband/ucmX interface.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/core/Makefile')
-rw-r--r-- | drivers/infiniband/core/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/infiniband/core/Makefile b/drivers/infiniband/core/Makefile index 313f2349b518..42f1b2a4f746 100644 --- a/drivers/infiniband/core/Makefile +++ b/drivers/infiniband/core/Makefile @@ -6,7 +6,6 @@ obj-$(CONFIG_INFINIBAND) += ib_core.o ib_cm.o iw_cm.o \ $(infiniband-y) obj-$(CONFIG_INFINIBAND_USER_MAD) += ib_umad.o obj-$(CONFIG_INFINIBAND_USER_ACCESS) += ib_uverbs.o $(user_access-y) -obj-$(CONFIG_INFINIBAND_USER_ACCESS_UCM) += ib_ucm.o $(user_access-y) ib_core-y := packer.o ud_header.o verbs.o cq.o rw.o sysfs.o \ device.o fmr_pool.o cache.o netlink.o \ @@ -29,8 +28,6 @@ rdma_ucm-y := ucma.o ib_umad-y := user_mad.o -ib_ucm-y := ucm.o - ib_uverbs-y := uverbs_main.o uverbs_cmd.o uverbs_marshall.o \ rdma_core.o uverbs_std_types.o uverbs_ioctl.o \ uverbs_std_types_cq.o \ |