Skip to content

Commit 79b428d

Browse files
Christoph Hellwighdeller
authored andcommitted
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>
1 parent 25c9dbe commit 79b428d

File tree

1 file changed

+1
-1
lines changed
  • arch/parisc/include/asm

1 file changed

+1
-1
lines changed

arch/parisc/include/asm/pci.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct pci_hba_data {
5656
#define DINO_MAX_LMMIO_RESOURCES 3
5757

5858
unsigned long lmmio_space_offset; /* CPU view - PCI view */
59-
void * iommu; /* IOMMU this device is under */
59+
struct ioc *iommu; /* IOMMU this device is under */
6060
/* REVISIT - spinlock to protect resources? */
6161

6262
#define HBA_NAME_SIZE 16

0 commit comments

Comments
 (0)