Commit 610019ba authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Remove unused function alloc_pci_controller.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 9e0c7afd
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment