]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
parisc: properly type the iommu field in struct pci_hba_data
authorChristoph Hellwig <hch@lst.de>
Tue, 29 Jan 2019 18:13:06 +0000 (19:13 +0100)
committerHelge 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

index 3328fd17c19db7b1d81cdf7a8e9dee22657ea1b3..00f763688401d2be08e24aec27d9d512740ecbe4 100644 (file)
@@ -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