mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
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 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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user