Remove the rest of cardbus_scan_bus.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5620 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2010-06-07 17:12:57 +00:00
parent 03adcfdb19
commit 84e8e453c8
4 changed files with 3 additions and 6 deletions

View File

@ -3,9 +3,6 @@
/* (c) 2005 Linux Networx GPL see COPYING for details */
void cardbus_read_resources(device_t dev);
unsigned int cardbus_scan_bus(struct bus *bus,
unsigned min_devfn, unsigned max_devfn, unsigned int max);
unsigned int cardbus_scan_bridge(device_t dev, unsigned int max);
void cardbus_enable_resources(device_t dev);
extern struct device_operations default_cardbus_ops_bus;

View File

@ -203,7 +203,7 @@ static struct device_operations ricoh_rl5c476_ops = {
.set_resources = rl5c476_set_resources,
.enable_resources = cardbus_enable_resources,
.init = rl5c476_init,
.scan_bus = cardbus_scan_bridge,
.scan_bus = pci_scan_bridge,
};
static const struct pci_driver ricoh_rl5c476_driver __pci_driver = {

View File

@ -102,7 +102,7 @@ static struct device_operations ti_pci7420_ops = {
.set_resources = pci7420_cardbus_set_resources,
.enable_resources = cardbus_enable_resources,
.init = pci7420_cardbus_init,
.scan_bus = cardbus_scan_bridge,
.scan_bus = pci_scan_bridge,
};
static const struct pci_driver ti_pci7420_driver __pci_driver = {

View File

@ -52,7 +52,7 @@ static struct device_operations ti_pcixx12_ops = {
.set_resources = pcixx12_set_resources,
.enable_resources = cardbus_enable_resources,
.init = pcixx12_init,
.scan_bus = cardbus_scan_bridge,
.scan_bus = pci_scan_bridge,
};
static const struct pci_driver ti_pcixx12_driver __pci_driver = {