aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-01-29 19:13:07 +0100
committerHelge Deller <deller@gmx.de>2019-02-21 20:37:12 +0100
commitcb0f7ab4a41f966ed20810f9578355fe973f262e (patch)
tree70a1d89951f779696962654ff6062ef9749bb693 /drivers/parisc
parentparisc: properly type the iommu field in struct pci_hba_data (diff)
downloadlinux-dev-cb0f7ab4a41f966ed20810f9578355fe973f262e.tar.xz
linux-dev-cb0f7ab4a41f966ed20810f9578355fe973f262e.zip
parisc: properly type the return value of parisc_walk_tree
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/parisc')
-rw-r--r--drivers/parisc/iommu.h2
1 files changed, 1 insertions, 1 deletions
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;