Archived
14
0
Fork 0

PCI: #if 0 pci_assign_resource_fixed()

An unused function that bloated the kernel only when CONFIG_EMBEDDED was
enabled...

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Adrian Bunk 2008-02-13 23:30:12 +02:00 committed by Greg Kroah-Hartman
parent 4b5ff46923
commit 2baad5f96b
2 changed files with 1 additions and 2 deletions

View file

@ -171,7 +171,7 @@ int pci_assign_resource(struct pci_dev *dev, int resno)
return ret; return ret;
} }
#ifdef CONFIG_EMBEDDED #if 0
int pci_assign_resource_fixed(struct pci_dev *dev, int resno) int pci_assign_resource_fixed(struct pci_dev *dev, int resno)
{ {
struct pci_bus *bus = dev->bus; struct pci_bus *bus = dev->bus;

View file

@ -601,7 +601,6 @@ int pcie_get_readrq(struct pci_dev *dev);
int pcie_set_readrq(struct pci_dev *dev, int rq); int pcie_set_readrq(struct pci_dev *dev, int rq);
void pci_update_resource(struct pci_dev *dev, struct resource *res, int resno); void pci_update_resource(struct pci_dev *dev, struct resource *res, int resno);
int __must_check pci_assign_resource(struct pci_dev *dev, int i); int __must_check pci_assign_resource(struct pci_dev *dev, int i);
int __must_check pci_assign_resource_fixed(struct pci_dev *dev, int i);
int pci_select_bars(struct pci_dev *dev, unsigned long flags); int pci_select_bars(struct pci_dev *dev, unsigned long flags);
/* ROM control related routines */ /* ROM control related routines */