aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-01-29 19:13:06 +0100
committerHelge Deller <deller@gmx.de>2019-02-21 20:37:12 +0100
commit79b428da3ee10ef0cfdcb4c65604f24c5357c1c9 (patch)
tree872cdd98558598c9547cf78fd468ae23444e9192
parentparisc: turn GET_IOC into an inline function (diff)
downloadlinux-dev-79b428da3ee10ef0cfdcb4c65604f24c5357c1c9.tar.xz
linux-dev-79b428da3ee10ef0cfdcb4c65604f24c5357c1c9.zip
parisc: properly type the iommu field in struct pci_hba_data
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--arch/parisc/include/asm/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/pci.h b/arch/parisc/include/asm/pci.h
index 3328fd17c19d..00f763688401 100644
--- 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