]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
parisc: properly type the return value of parisc_walk_tree
authorChristoph Hellwig <hch@lst.de>
Tue, 29 Jan 2019 18:13:07 +0000 (19:13 +0100)
committerHelge Deller <deller@gmx.de>
Thu, 21 Feb 2019 19:37:12 +0000 (20:37 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/parisc/iommu.h

index d6fd3ab899acf34765dbcec61629c09d6d03e9e9..240059cd818541f71380d1dc5b52ebc95495862c 100644 (file)
@@ -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;