diff mbox series

[5/8] parisc: properly type the return value of parisc_walk_tree

Message ID 20190114112353.30616-6-hch@lst.de (mailing list archive)
State Awaiting Upstream
Delegated to: Helge Deller
Headers show
Series [1/8] parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h> | expand

Commit Message

Christoph Hellwig Jan. 14, 2019, 11:23 a.m. UTC
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 drivers/parisc/iommu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/parisc/iommu.h b/drivers/parisc/iommu.h
index 94d5eae98bf6..010539fc4643 100644
--- a/drivers/parisc/iommu.h
+++ b/drivers/parisc/iommu.h
@@ -4,7 +4,7 @@ 
 struct parisc_device;
 struct ioc;
 
-static inline void *parisc_walk_tree(struct device *dev)
+static inline struct pci_hba_data *parisc_walk_tree(struct device *dev)
 {
 	struct device *otherdev;