diff options
author | Christoph Hellwig <hch@lst.de> | 2019-01-29 19:13:06 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-02-21 20:37:12 +0100 |
commit | 79b428da3ee10ef0cfdcb4c65604f24c5357c1c9 (patch) | |
tree | 872cdd98558598c9547cf78fd468ae23444e9192 /arch/parisc | |
parent | 25c9dbe8bb105d6eea3e3117344181970a6b9366 (diff) | |
download | linux-stable-79b428da3ee10ef0cfdcb4c65604f24c5357c1c9.tar.gz linux-stable-79b428da3ee10ef0cfdcb4c65604f24c5357c1c9.tar.bz2 linux-stable-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>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/include/asm/pci.h | 2 |
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 |