[POWERPC] pci_controller->arch_data really is a struct device_node *

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
此提交包含在:
Stephen Rothwell
2007-12-10 14:33:21 +11:00
提交者 Paul Mackerras
父節點 6207e81695
當前提交 44ef339073
共有 18 個檔案被更改,包括 31 行新增32 行删除

查看文件

@@ -251,7 +251,7 @@ static void iommu_table_setparms(struct pci_controller *phb,
const unsigned long *basep;
const u32 *sizep;
node = (struct device_node *)phb->arch_data;
node = phb->dn;
basep = of_get_property(node, "linux,tce-base", NULL);
sizep = of_get_property(node, "linux,tce-size", NULL);