diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-03-09 01:46:02 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 04:55:15 -0400 |
commit | 8d3aee937596d2ca6676c2c27789751445bf0bc9 (patch) | |
tree | b22a333a9947ab94d8c35c13b4989cde53630ac9 /include/asm-sparc64 | |
parent | 0bae5f81b6f8130f5197e59b0e2ad6820c766b2b (diff) |
[SPARC64]: Kill pci_controller->base_address_update().
Implemented but never actually used.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/pbm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sparc64/pbm.h b/include/asm-sparc64/pbm.h index 1bd5b37c6d43..07f58adb591a 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h | |||
@@ -224,7 +224,6 @@ struct pci_controller_info { | |||
224 | 224 | ||
225 | /* Operations which are controller specific. */ | 225 | /* Operations which are controller specific. */ |
226 | void (*scan_bus)(struct pci_controller_info *); | 226 | void (*scan_bus)(struct pci_controller_info *); |
227 | void (*base_address_update)(struct pci_dev *, int); | ||
228 | 227 | ||
229 | #ifdef CONFIG_PCI_MSI | 228 | #ifdef CONFIG_PCI_MSI |
230 | int (*setup_msi_irq)(unsigned int *virt_irq_p, struct pci_dev *pdev, | 229 | int (*setup_msi_irq)(unsigned int *virt_irq_p, struct pci_dev *pdev, |