projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e712b9
)
fsl_qbman: remove reference to archdata.iommu_domain for v5.9
author
Camelia Groza
<camelia.groza@nxp.com>
Mon, 7 Jun 2021 08:30:32 +0000
(11:30 +0300)
committer
Camelia Groza
<camelia.groza@nxp.com>
Mon, 7 Jun 2021 09:41:14 +0000
(12:41 +0300)
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 <camelia.groza@nxp.com>
drivers/staging/fsl_qbman/qman_driver.c
patch
|
blob
|
history
diff --git
a/drivers/staging/fsl_qbman/qman_driver.c
b/drivers/staging/fsl_qbman/qman_driver.c
index
138b246
..
14671df
100644
(file)
--- 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]);