From: Camelia Groza Date: Mon, 7 Jun 2021 08:30:32 +0000 (+0300) Subject: fsl_qbman: remove reference to archdata.iommu_domain for v5.9 X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~49 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=b69fcc089c65e79d770e1ffcbcc43e1ec2170c70;p=linux.git fsl_qbman: remove reference to archdata.iommu_domain for v5.9 The dev->archdata.iommu_domain was removed in upstream kernel v5.9 in commit 6255c8c8d256 ("powerpc/dma: Remove dev->archdata.iommu_domain"). Signed-off-by: Camelia Groza --- diff --git a/drivers/staging/fsl_qbman/qman_driver.c b/drivers/staging/fsl_qbman/qman_driver.c index 138b246fd965..14671df9e4ce 100644 --- a/drivers/staging/fsl_qbman/qman_driver.c +++ b/drivers/staging/fsl_qbman/qman_driver.c @@ -399,9 +399,6 @@ static struct qm_portal_config * __init parse_pcfg(struct device_node *node) */ pcfg->dev.bus = &platform_bus_type; pcfg->dev.of_node = node; -#ifdef CONFIG_FSL_PAMU - pcfg->dev.archdata.iommu_domain = NULL; -#endif ret = of_address_to_resource(node, DPA_PORTAL_CE, &pcfg->addr_phys[DPA_PORTAL_CE]);