From: Christoph Hellwig Date: Tue, 29 Jan 2019 18:13:07 +0000 (+0100) Subject: parisc: properly type the return value of parisc_walk_tree X-Git-Tag: v5.1-rc1~172^2~10 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=cb0f7ab4a41f966ed20810f9578355fe973f262e;p=linux.git parisc: properly type the return value of parisc_walk_tree Signed-off-by: Christoph Hellwig Signed-off-by: Helge Deller --- 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;