summaryrefslogtreecommitdiffstats
path: root/arch/parisc
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 /arch/parisc
parent25c9dbe8bb105d6eea3e3117344181970a6b9366 (diff)
downloadlinux-0-day-79b428da3ee10ef0cfdcb4c65604f24c5357c1c9.tar.gz
linux-0-day-79b428da3ee10ef0cfdcb4c65604f24c5357c1c9.tar.xz
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>
Diffstat (limited to 'arch/parisc')
-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 3328fd17c19db..00f763688401d 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