Skip to content

Commit

Permalink
parisc: properly type the return value of parisc_walk_tree
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
Christoph Hellwig authored and hdeller committed Feb 21, 2019
1 parent 79b428d commit cb0f7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/parisc/iommu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit cb0f7ab

Please sign in to comment.