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

From: Christoph Hellwig
Date: Mon Jan 14 2019 - 06:24:36 EST


Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
drivers/parisc/iommu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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;

--
2.20.1