aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-04-21 20:24:24 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-21 20:27:40 -0400
commit2848077044a5fdeb942bd1342c550da4c452d66a (patch)
tree37914c75555b7b5d40622ea4f54f685788d40dbc
parent135cedad7457be6a96d5e151dfd48f7888a75e94 (diff)
infiniband: class_device fallout
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--drivers/infiniband/hw/ipath/ipath_verbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_verbs.c b/drivers/infiniband/hw/ipath/ipath_verbs.c
index c38f9aa8be8d..c43f2d286f8f 100644
--- a/drivers/infiniband/hw/ipath/ipath_verbs.c
+++ b/drivers/infiniband/hw/ipath/ipath_verbs.c
@@ -2067,7 +2067,7 @@ int ipath_register_ib_device(struct ipath_devdata *dd)
2067 dev->phys_port_cnt = 1; 2067 dev->phys_port_cnt = 1;
2068 dev->num_comp_vectors = 1; 2068 dev->num_comp_vectors = 1;
2069 dev->dma_device = &dd->pcidev->dev; 2069 dev->dma_device = &dd->pcidev->dev;
2070 dev->class_dev.dev = dev->dma_device; 2070 dev->dev.parent = dev->dma_device;
2071 dev->query_device = ipath_query_device; 2071 dev->query_device = ipath_query_device;
2072 dev->modify_device = ipath_modify_device; 2072 dev->modify_device = ipath_modify_device;
2073 dev->query_port = ipath_query_port; 2073 dev->query_port = ipath_query_port;