diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-03-09 01:42:19 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 04:55:14 -0400 |
commit | 0bae5f81b6f8130f5197e59b0e2ad6820c766b2b (patch) | |
tree | e0a7f1e0018941ed6f76ea7ff97ec2506c14b899 /include/asm-sparc64/pbm.h | |
parent | 3487a1f9e719d36c9b2d4d492994b2dd815a58b7 (diff) |
[SPARC64]: Kill pci_controller->resource_adjust()
All the implementations can be identical and generic, so
no need for controller specific methods.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/pbm.h')
-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 629290987429..1bd5b37c6d43 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h | |||
@@ -225,7 +225,6 @@ struct pci_controller_info { | |||
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); | 227 | void (*base_address_update)(struct pci_dev *, int); |
228 | void (*resource_adjust)(struct pci_dev *, struct resource *, struct resource *); | ||
229 | 228 | ||
230 | #ifdef CONFIG_PCI_MSI | 229 | #ifdef CONFIG_PCI_MSI |
231 | int (*setup_msi_irq)(unsigned int *virt_irq_p, struct pci_dev *pdev, | 230 | int (*setup_msi_irq)(unsigned int *virt_irq_p, struct pci_dev *pdev, |