From: Ralf Baechle Date: Sat, 17 Jun 2006 13:54:32 +0000 (+0100) Subject: [MIPS] Remove unused function alloc_pci_controller. X-Git-Tag: v2.6.18-rc1~1109^2~14 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=610019baddcb4c4c323c12cd44ca7f73d7145d6f;p=linux-2.6 [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 21402ffd7c..4dfce154d4 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;