From: Stephen Rothwell Date: Tue, 22 Apr 2008 00:24:24 +0000 (+1000) Subject: infiniband: class_device fallout X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2848077044a5fdeb942bd1342c550da4c452d66a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git infiniband: class_device fallout Signed-off-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- 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) dev->phys_port_cnt = 1; dev->num_comp_vectors = 1; dev->dma_device = &dd->pcidev->dev; - dev->class_dev.dev = dev->dma_device; + dev->dev.parent = dev->dma_device; dev->query_device = ipath_query_device; dev->modify_device = ipath_modify_device; dev->query_port = ipath_query_port;