projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c9dbe
)
parisc: properly type the iommu field in struct pci_hba_data
author
Christoph Hellwig
<hch@lst.de>
Tue, 29 Jan 2019 18:13:06 +0000
(19:13 +0100)
committer
Helge Deller
<deller@gmx.de>
Thu, 21 Feb 2019 19:37:12 +0000
(20:37 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/pci.h
patch
|
blob
|
history
diff --git
a/arch/parisc/include/asm/pci.h
b/arch/parisc/include/asm/pci.h
index
3328fd1
..
00f7636
100644
(file)
--- a/
arch/parisc/include/asm/pci.h
+++ b/
arch/parisc/include/asm/pci.h
@@
-56,7
+56,7
@@
struct pci_hba_data {
#define DINO_MAX_LMMIO_RESOURCES 3
unsigned long lmmio_space_offset; /* CPU view - PCI view */
-
void * iommu;
/* IOMMU this device is under */
+
struct ioc *iommu;
/* IOMMU this device is under */
/* REVISIT - spinlock to protect resources? */
#define HBA_NAME_SIZE 16