diff options
Diffstat (limited to 'drivers/of/address.c')
-rw-r--r-- | drivers/of/address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/address.c b/drivers/of/address.c index fcadb726d4f9..3a1c7e70b192 100644 --- a/drivers/of/address.c +++ b/drivers/of/address.c | |||
@@ -163,7 +163,7 @@ static int of_bus_pci_translate(u32 *addr, u64 offset, int na) | |||
163 | const u32 *of_get_pci_address(struct device_node *dev, int bar_no, u64 *size, | 163 | const u32 *of_get_pci_address(struct device_node *dev, int bar_no, u64 *size, |
164 | unsigned int *flags) | 164 | unsigned int *flags) |
165 | { | 165 | { |
166 | const u32 *prop; | 166 | const __be32 *prop; |
167 | unsigned int psize; | 167 | unsigned int psize; |
168 | struct device_node *parent; | 168 | struct device_node *parent; |
169 | struct of_bus *bus; | 169 | struct of_bus *bus; |