From: Ralf Baechle Date: Sat, 17 Jun 2006 13:54:32 +0000 (+0100) Subject: [MIPS] Remove unused function alloc_pci_controller. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=610019baddcb4c4c323c12cd44ca7f73d7145d6f;p=deliverable%2Flinux.git [MIPS] Remove unused function alloc_pci_controller. Signed-off-by: Ralf Baechle --- 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;