Skip to content
Snippets Groups Projects
Commit 610019ba authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Remove unused function alloc_pci_controller.

parent 9e0c7afd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment