summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2015-02-03 09:29:25 -0800
committerRoland Dreier <roland@purestorage.com>2015-02-03 09:29:25 -0800
commitecb7b1233c532c60fa7a8927a43944e69f6e6b1a (patch)
tree095b671c774ac9e820def16f8d159ee361fa767e /drivers
parent4143a9515d355857aeaa151a63cf21dd061151d9 (diff)
parent7e36ef8205fffc9aedd1f3db38d15e37753df721 (diff)
Merge branches 'ipoib' and 'odp' into for-next
Diffstat (limited to 'drivers')
-rw-r--r--drivers/infiniband/core/uverbs_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/core/uverbs_main.c b/drivers/infiniband/core/uverbs_main.c
index e6c23b9eab33..5db1a8cc388d 100644
--- a/drivers/infiniband/core/uverbs_main.c
+++ b/drivers/infiniband/core/uverbs_main.c
@@ -123,7 +123,6 @@ static int (*uverbs_ex_cmd_table[])(struct ib_uverbs_file *file,
struct ib_udata *uhw) = {
[IB_USER_VERBS_EX_CMD_CREATE_FLOW] = ib_uverbs_ex_create_flow,
[IB_USER_VERBS_EX_CMD_DESTROY_FLOW] = ib_uverbs_ex_destroy_flow,
- [IB_USER_VERBS_EX_CMD_QUERY_DEVICE] = ib_uverbs_ex_query_device
};
static void ib_uverbs_add_one(struct ib_device *device);