summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller2007-05-08 06:51:41 +0200
committerDavid S. Miller2007-05-09 01:41:12 +0200
commitcfa0652c4eb4ca37f88fcdd7d871cf98d9d98c0e (patch)
tree14a3278bd62870a1b0a8fb3ba709fd2f3f3257ee /include
parentMerge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 (diff)
downloadkernel-qcow2-linux-cfa0652c4eb4ca37f88fcdd7d871cf98d9d98c0e.tar.gz
kernel-qcow2-linux-cfa0652c4eb4ca37f88fcdd7d871cf98d9d98c0e.tar.xz
kernel-qcow2-linux-cfa0652c4eb4ca37f88fcdd7d871cf98d9d98c0e.zip
[SPARC64] PCI: Use common routine to fetch PBM properties.
Namely bus-range and ino-bitmap. This allows us also to eliminate pci_controller_info's pci_{first,last}_busno fields as only the pbm ones are used now. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/pbm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc64/pbm.h b/include/asm-sparc64/pbm.h
index c008cecca149..43b7270ec02e 100644
--- a/include/asm-sparc64/pbm.h
+++ b/include/asm-sparc64/pbm.h
@@ -145,8 +145,6 @@ struct pci_controller_info {
/* Now things for the actual PCI bus probes. */
struct pci_ops *pci_ops;
- unsigned int pci_first_busno;
- unsigned int pci_last_busno;
};
#endif /* !(__SPARC64_PBM_H) */