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>
This commit is contained in:
parent
79b428da3e
commit
cb0f7ab4a4
|
@ -6,7 +6,7 @@
|
||||||
struct parisc_device;
|
struct parisc_device;
|
||||||
struct ioc;
|
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;
|
struct device *otherdev;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue