diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 02:24:05 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-08 19:41:32 -0400 |
commit | f1cd8de2c951e206b57fd76aff279cf13ea25815 (patch) | |
tree | 67b24b716b53fbcc6bdfcbfe6d75e1348e0e9f1a /arch/sparc64/kernel/pci_schizo.c | |
parent | 96a496fd49fb2c3178128237ae4691b7c7df3a3d (diff) |
[SPARC64]: Move pci_ops into pci_pbm_info.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/pci_schizo.c')
-rw-r--r-- | arch/sparc64/kernel/pci_schizo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/pci_schizo.c b/arch/sparc64/kernel/pci_schizo.c index 4ebdcbd5262a..a0da7f2c344e 100644 --- a/arch/sparc64/kernel/pci_schizo.c +++ b/arch/sparc64/kernel/pci_schizo.c | |||
@@ -1462,6 +1462,7 @@ static void schizo_pbm_init(struct pci_controller_info *p, | |||
1462 | pci_pbm_root = pbm; | 1462 | pci_pbm_root = pbm; |
1463 | 1463 | ||
1464 | pbm->scan_bus = schizo_scan_bus; | 1464 | pbm->scan_bus = schizo_scan_bus; |
1465 | pbm->pci_ops = &schizo_ops; | ||
1465 | 1466 | ||
1466 | pbm->portid = portid; | 1467 | pbm->portid = portid; |
1467 | pbm->parent = p; | 1468 | pbm->parent = p; |
@@ -1536,7 +1537,6 @@ static void __schizo_init(struct device_node *dp, char *model_name, int chip_typ | |||
1536 | p->pbm_B.iommu = iommu; | 1537 | p->pbm_B.iommu = iommu; |
1537 | 1538 | ||
1538 | p->index = pci_num_controllers++; | 1539 | p->index = pci_num_controllers++; |
1539 | p->pci_ops = &schizo_ops; | ||
1540 | 1540 | ||
1541 | /* Like PSYCHO we have a 2GB aligned area for memory space. */ | 1541 | /* Like PSYCHO we have a 2GB aligned area for memory space. */ |
1542 | pci_memspace_mask = 0x7fffffffUL; | 1542 | pci_memspace_mask = 0x7fffffffUL; |