From: Ralf Baechle Date: Sat, 17 Jun 2006 13:54:32 +0000 (+0100) Subject: [MIPS] Remove unused function alloc_pci_controller. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=610019baddcb4c4c323c12cd44ca7f73d7145d6f;hp=9e0c7afd0ec6e6d788df14270b2b1b8f21a384a8;p=mv-sheeva.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 21402ffd7c9..4dfce154d4a 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;