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

From: Christoph Hellwig
Date: Tue Jan 29 2019 - 13:13:34 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 d6fd3ab899ac..240059cd8185 100644
--- a/drivers/parisc/iommu.h
+++ b/drivers/parisc/iommu.h
@@ -6,7 +6,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