aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs.h
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@mellanox.com>2018-08-09 20:14:43 -0600
committerJason Gunthorpe <jgg@mellanox.com>2018-08-13 09:17:19 -0600
commit51d0a2b4cfa9979fd8a59faf483b4e84587ab4ea (patch)
tree12b02da38631d26bab6c1d3d737ba070e2a3707f /drivers/infiniband/core/uverbs.h
parentIB/uverbs: Use uverbs_api to unmarshal ioctl commands (diff)
downloadlinux-dev-51d0a2b4cfa9979fd8a59faf483b4e84587ab4ea.tar.xz
linux-dev-51d0a2b4cfa9979fd8a59faf483b4e84587ab4ea.zip
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
Everything now uses the uverbs_uapi data structure. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/core/uverbs.h')
-rw-r--r--drivers/infiniband/core/uverbs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/core/uverbs.h b/drivers/infiniband/core/uverbs.h
index 879be0d1fd99..5df8e548cc14 100644
--- a/drivers/infiniband/core/uverbs.h
+++ b/drivers/infiniband/core/uverbs.h
@@ -111,7 +111,6 @@ struct ib_uverbs_device {
struct mutex lists_mutex; /* protect lists */
struct list_head uverbs_file_list;
struct list_head uverbs_events_file_list;
- struct uverbs_root_spec *specs_root;
struct uverbs_api *uapi;
};