mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 13:41:55 +00:00
[MIPS] Remove unused function alloc_pci_controller.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
9e0c7afd0e
commit
610019badd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user