From 0597c62c696cae8b45b7f6c9940cbcd97b12ee36 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 29 Jan 2019 19:13:07 +0100 Subject: [PATCH] parisc: properly type the return value of parisc_walk_tree Signed-off-by: Christoph Hellwig Signed-off-by: Helge Deller --- 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 d6fd3ab899acf..240059cd81854 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.39.5