1
0
Fork 0

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>
hifive-unleashed-5.1
Christoph Hellwig 2019-01-29 19:13:07 +01:00 committed by Helge Deller
parent 79b428da3e
commit cb0f7ab4a4
1 changed files with 1 additions and 1 deletions

View 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;