Skip to content

Commit

Permalink
[MIPS] Remove unused function alloc_pci_controller.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 19, 2006
1 parent 9e0c7af commit 610019b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/mips/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 610019b

Please sign in to comment.