diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-03-08 22:42:19 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 01:55:14 -0700 |
commit | 0bae5f81b6f8130f5197e59b0e2ad6820c766b2b (patch) | |
tree | e0a7f1e0018941ed6f76ea7ff97ec2506c14b899 /include/asm-sparc64 | |
parent | 3487a1f9e719d36c9b2d4d492994b2dd815a58b7 (diff) | |
download | kernel-crypto-0bae5f81b6f8130f5197e59b0e2ad6820c766b2b.tar.gz kernel-crypto-0bae5f81b6f8130f5197e59b0e2ad6820c766b2b.tar.xz kernel-crypto-0bae5f81b6f8130f5197e59b0e2ad6820c766b2b.zip |
[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')
-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 62929098742..1bd5b37c6d4 100644 --- a/include/asm-sparc64/pbm.h +++ b/include/asm-sparc64/pbm.h @@ -225,7 +225,6 @@ struct pci_controller_info { /* Operations which are controller specific. */ void (*scan_bus)(struct pci_controller_info *); void (*base_address_update)(struct pci_dev *, int); - void (*resource_adjust)(struct pci_dev *, struct resource *, struct resource *); #ifdef CONFIG_PCI_MSI int (*setup_msi_irq)(unsigned int *virt_irq_p, struct pci_dev *pdev, |