Commit cb0f7ab4 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Helge Deller

parisc: properly type the return value of parisc_walk_tree

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 79b428da
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment