diff options
author | Sean Hefty <sean.hefty@intel.com> | 2011-12-06 16:13:10 -0500 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2012-01-04 12:17:45 -0500 |
commit | c89d1bedf8b130d5b20f56a484989a19a2c2842a (patch) | |
tree | ac1e78a8213553335639f21eb8bac4da534c13f2 /drivers | |
parent | 46ea5061c750fc6b088b9566234287115fb70f98 (diff) |
rdma/core: Fix sparse warnings
Clean up sparse warnings in the rdma core layer.
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/infiniband/core/ucm.c | 3 | ||||
-rw-r--r-- | drivers/infiniband/core/uverbs_cmd.c | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/drivers/infiniband/core/ucm.c b/drivers/infiniband/core/ucm.c index b8a0b4a7811b..06f08713f487 100644 --- a/drivers/infiniband/core/ucm.c +++ b/drivers/infiniband/core/ucm.c | |||
@@ -106,9 +106,6 @@ enum { | |||
106 | IB_UCM_MAX_DEVICES = 32 | 106 | IB_UCM_MAX_DEVICES = 32 |
107 | }; | 107 | }; |
108 | 108 | ||
109 | /* ib_cm and ib_user_cm modules share /sys/class/infiniband_cm */ | ||
110 | extern struct class cm_class; | ||
111 | |||
112 | #define IB_UCM_BASE_DEV MKDEV(IB_UCM_MAJOR, IB_UCM_BASE_MINOR) | 109 | #define IB_UCM_BASE_DEV MKDEV(IB_UCM_MAJOR, IB_UCM_BASE_MINOR) |
113 | 110 | ||
114 | static void ib_ucm_add_one(struct ib_device *device); | 111 | static void ib_ucm_add_one(struct ib_device *device); |
diff --git a/drivers/infiniband/core/uverbs_cmd.c b/drivers/infiniband/core/uverbs_cmd.c index 254f1649c734..e26193f5f854 100644 --- a/drivers/infiniband/core/uverbs_cmd.c +++ b/drivers/infiniband/core/uverbs_cmd.c | |||
@@ -2446,9 +2446,9 @@ out_put: | |||
2446 | return ret ? ret : in_len; | 2446 | return ret ? ret : in_len; |
2447 | } | 2447 | } |
2448 | 2448 | ||
2449 | int __uverbs_create_xsrq(struct ib_uverbs_file *file, | 2449 | static int __uverbs_create_xsrq(struct ib_uverbs_file *file, |
2450 | struct ib_uverbs_create_xsrq *cmd, | 2450 | struct ib_uverbs_create_xsrq *cmd, |
2451 | struct ib_udata *udata) | 2451 | struct ib_udata *udata) |
2452 | { | 2452 | { |
2453 | struct ib_uverbs_create_srq_resp resp; | 2453 | struct ib_uverbs_create_srq_resp resp; |
2454 | struct ib_usrq_object *obj; | 2454 | struct ib_usrq_object *obj; |