summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller2007-05-08 08:24:05 +0200
committerDavid S. Miller2007-05-09 01:41:32 +0200
commitf1cd8de2c951e206b57fd76aff279cf13ea25815 (patch)
tree67b24b716b53fbcc6bdfcbfe6d75e1348e0e9f1a /include
parent[SPARC64] SBUS: Error interrupt registry cleanups. (diff)
downloadkernel-qcow2-linux-f1cd8de2c951e206b57fd76aff279cf13ea25815.tar.gz
kernel-qcow2-linux-f1cd8de2c951e206b57fd76aff279cf13ea25815.tar.xz
kernel-qcow2-linux-f1cd8de2c951e206b57fd76aff279cf13ea25815.zip
[SPARC64]: Move pci_ops into pci_pbm_info.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/pbm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-sparc64/pbm.h b/include/asm-sparc64/pbm.h
index cc0e2677773f..1f4de53dcd03 100644
--- a/include/asm-sparc64/pbm.h
+++ b/include/asm-sparc64/pbm.h
@@ -116,6 +116,7 @@ struct pci_pbm_info {
unsigned int pci_last_busno;
struct pci_bus *pci_bus;
void (*scan_bus)(struct pci_pbm_info *);
+ struct pci_ops *pci_ops;
};
struct pci_controller_info {
@@ -134,9 +135,6 @@ struct pci_controller_info {
struct msi_desc *entry);
void (*teardown_msi_irq)(unsigned int virt_irq, struct pci_dev *pdev);
#endif
-
- /* Now things for the actual PCI bus probes. */
- struct pci_ops *pci_ops;
};
#endif /* !(__SPARC64_PBM_H) */