From: Christoph Hellwig Date: Tue, 29 Jan 2019 18:13:06 +0000 (+0100) Subject: parisc: properly type the iommu field in struct pci_hba_data X-Git-Tag: v5.1-rc1~172^2~11 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=79b428da3ee10ef0cfdcb4c65604f24c5357c1c9;p=linux.git parisc: properly type the iommu field in struct pci_hba_data Signed-off-by: Christoph Hellwig Signed-off-by: Helge Deller --- 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