[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190114112353.30616-6-hch@lst.de>
Date: Mon, 14 Jan 2019 12:23:50 +0100
From: Christoph Hellwig <hch@....de>
To: "James E.J. Bottomley" <jejb@...isc-linux.org>,
Helge Deller <deller@....de>
Cc: linux-parisc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 5/8] parisc: properly type the return value of parisc_walk_tree
Signed-off-by: Christoph Hellwig <hch@....de>
---
drivers/parisc/iommu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/parisc/iommu.h b/drivers/parisc/iommu.h
index 94d5eae98bf6..010539fc4643 100644
--- a/drivers/parisc/iommu.h
+++ b/drivers/parisc/iommu.h
@@ -4,7 +4,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;
--
2.20.1
Powered by blists - more mailing lists