提交 c681b93c 编写于 作者: A Alistair Popple 提交者: Benjamin Herrenschmidt

powerpc: Little endian sparse clean up for arch/powerpc/platforms/powernv/pci-ioda.c

Signed-off-by: NAlistair Popple <alistair@popple.id.au>
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 8c5fcc83
...@@ -1106,7 +1106,7 @@ void __init pnv_pci_init_ioda_phb(struct device_node *np, ...@@ -1106,7 +1106,7 @@ void __init pnv_pci_init_ioda_phb(struct device_node *np,
struct pci_controller *hose; struct pci_controller *hose;
struct pnv_phb *phb; struct pnv_phb *phb;
unsigned long size, m32map_off, iomap_off, pemap_off; unsigned long size, m32map_off, iomap_off, pemap_off;
const u64 *prop64; const __be64 *prop64;
const u32 *prop32; const u32 *prop32;
int len; int len;
u64 phb_id; u64 phb_id;
...@@ -1285,7 +1285,7 @@ void __init pnv_pci_init_ioda2_phb(struct device_node *np) ...@@ -1285,7 +1285,7 @@ void __init pnv_pci_init_ioda2_phb(struct device_node *np)
void __init pnv_pci_init_ioda_hub(struct device_node *np) void __init pnv_pci_init_ioda_hub(struct device_node *np)
{ {
struct device_node *phbn; struct device_node *phbn;
const u64 *prop64; const __be64 *prop64;
u64 hub_id; u64 hub_id;
pr_info("Probing IODA IO-Hub %s\n", np->full_name); pr_info("Probing IODA IO-Hub %s\n", np->full_name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册