diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-13 22:30:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-21 06:46:52 +0200 |
commit | 2baad5f96b498812626eadb6f6af3eb41d8656a3 (patch) | |
tree | 96617ff2422732cccd9b8741befe593232af7201 /include | |
parent | PCI: doc/pci: create Documentation/PCI/ and move files into it (diff) | |
download | linux-2baad5f96b498812626eadb6f6af3eb41d8656a3.tar.xz linux-2baad5f96b498812626eadb6f6af3eb41d8656a3.zip |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index ea760e519c46..3a2b9fbdb379 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -601,7 +601,6 @@ int pcie_get_readrq(struct pci_dev *dev); int pcie_set_readrq(struct pci_dev *dev, int rq); 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_fixed(struct pci_dev *dev, int i); int pci_select_bars(struct pci_dev *dev, unsigned long flags); /* ROM control related routines */ |