[MIPS] Remove unused function alloc_pci_controller.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2006-06-17 14:54:32 +01:00
parent 9e0c7afd0e
commit 610019badd

View file

@ -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;