diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-17 15:54:32 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 18:39:23 +0200 |
commit | 610019baddcb4c4c323c12cd44ca7f73d7145d6f (patch) | |
tree | e08e7fbac1f2358b8725a5082ac456d66502d532 /arch/mips/pci/pci.c | |
parent | [MIPS] IP27: Extract pci_ops into separate file. (diff) | |
download | linux-610019baddcb4c4c323c12cd44ca7f73d7145d6f.tar.xz linux-610019baddcb4c4c323c12cd44ca7f73d7145d6f.zip |
[MIPS] Remove unused function alloc_pci_controller.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r-- | arch/mips/pci/pci.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index 21402ffd7c98..4dfce154d4af 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c @@ -76,11 +76,6 @@ pcibios_align_resource(void *data, struct resource *res, res->start = start; } -struct pci_controller * __init alloc_pci_controller(void) -{ - return alloc_bootmem(sizeof(struct pci_controller)); -} - void __init register_pci_controller(struct pci_controller *hose) { *hose_tail = hose; |