diff options
author | Sean Hefty <sean.hefty@intel.com> | 2007-02-22 14:37:44 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-02-22 20:54:35 -0500 |
commit | 1836854f25b1bc63766bff06aeeb83d2a602b050 (patch) | |
tree | 51194ec589acecccf9520fa8588fb42dcf62e5a0 /drivers/infiniband | |
parent | e971b8cd19d39366b9fdc9eadafec988d785264d (diff) |
RDMA/cma: Remove unused node_guid from cma_device structure
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/core/cma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/core/cma.c b/drivers/infiniband/core/cma.c index bb27ce911936..d441815a3e0c 100644 --- a/drivers/infiniband/core/cma.c +++ b/drivers/infiniband/core/cma.c | |||
@@ -77,7 +77,6 @@ static int next_port; | |||
77 | struct cma_device { | 77 | struct cma_device { |
78 | struct list_head list; | 78 | struct list_head list; |
79 | struct ib_device *device; | 79 | struct ib_device *device; |
80 | __be64 node_guid; | ||
81 | struct completion comp; | 80 | struct completion comp; |
82 | atomic_t refcount; | 81 | atomic_t refcount; |
83 | struct list_head id_list; | 82 | struct list_head id_list; |
@@ -2674,7 +2673,6 @@ static void cma_add_one(struct ib_device *device) | |||
2674 | return; | 2673 | return; |
2675 | 2674 | ||
2676 | cma_dev->device = device; | 2675 | cma_dev->device = device; |
2677 | cma_dev->node_guid = device->node_guid; | ||
2678 | 2676 | ||
2679 | init_completion(&cma_dev->comp); | 2677 | init_completion(&cma_dev->comp); |
2680 | atomic_set(&cma_dev->refcount, 1); | 2678 | atomic_set(&cma_dev->refcount, 1); |