diff --git a/[refs] b/[refs] index 137ed4211985..6a644392f234 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9e0c7afd0ec6e6d788df14270b2b1b8f21a384a8 +refs/heads/master: 610019baddcb4c4c323c12cd44ca7f73d7145d6f diff --git a/trunk/arch/mips/pci/pci.c b/trunk/arch/mips/pci/pci.c index 21402ffd7c98..4dfce154d4af 100644 --- a/trunk/arch/mips/pci/pci.c +++ b/trunk/arch/mips/pci/pci.c @@ -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;