aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
diff options
context:
space:
mode:
authorSean Hefty <sean.hefty@intel.com>2007-02-22 11:37:44 -0800
committerRoland Dreier <rolandd@cisco.com>2007-02-22 17:54:35 -0800
commit1836854f25b1bc63766bff06aeeb83d2a602b050 (patch)
tree51194ec589acecccf9520fa8588fb42dcf62e5a0 /drivers/infiniband
parentIB/cm: Remove ca_guid from cm_device structure (diff)
downloadlinux-dev-1836854f25b1bc63766bff06aeeb83d2a602b050.tar.xz
linux-dev-1836854f25b1bc63766bff06aeeb83d2a602b050.zip
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 '')
-rw-r--r--drivers/infiniband/core/cma.c2
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;
struct cma_device {
struct list_head list;
struct ib_device *device;
- __be64 node_guid;
struct completion comp;
atomic_t refcount;
struct list_head id_list;
@@ -2674,7 +2673,6 @@ static void cma_add_one(struct ib_device *device)
return;
cma_dev->device = device;
- cma_dev->node_guid = device->node_guid;
init_completion(&cma_dev->comp);
atomic_set(&cma_dev->refcount, 1);