projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5866a75
)
powerpc/dma: Remove dev->archdata.iommu_domain
author
Joerg Roedel
<jroedel@suse.de>
Thu, 25 Jun 2020 13:08:36 +0000
(15:08 +0200)
committer
Joerg Roedel
<jroedel@suse.de>
Tue, 30 Jun 2020 09:59:49 +0000
(11:59 +0200)
There are no users left, so remove the pointer and save some memory.
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Reviewed-by: Jerry Snitselaar <jsnitsel@redhat.com>
Link:
https://lore.kernel.org/r/20200625130836.1916-14-joro@8bytes.org
arch/powerpc/include/asm/device.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/device.h
b/arch/powerpc/include/asm/device.h
index
2665427
..
1bc5952
100644
(file)
--- a/
arch/powerpc/include/asm/device.h
+++ b/
arch/powerpc/include/asm/device.h
@@
-34,9
+34,6
@@
struct dev_archdata {
struct iommu_table *iommu_table_base;
#endif
-#ifdef CONFIG_IOMMU_API
- void *iommu_domain;
-#endif
#ifdef CONFIG_PPC64
struct pci_dn *pci_data;
#endif