diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-06-15 10:12:46 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-01 13:10:52 (GMT) |
commit | 4b54f06522ed97e7870e7146840fc8169bbcdb48 (patch) | |
tree | 2d0ce5f877c9d3b3bfc6b6bbf5d6378266664a73 /arch/mips | |
parent | d6e3469832185db579e5b38fa2e0ff1b79f43886 (diff) | |
download | linux-4b54f06522ed97e7870e7146840fc8169bbcdb48.tar.xz |
MIPS: remove alloc_pci_controller prototype
Commit 610019baddcb4c4c323c12cd44ca7f73d7145d6f ("[MIPS] Remove unused
function alloc_pci_controller.") removed the function, but left the
prototype in the header file.
Remove it as well so people don't get tempted to use it and wonder why
it doesn't work.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5473/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/pci.h b/arch/mips/include/asm/pci.h index b8e24fd..fa8e0aa 100644 --- a/arch/mips/include/asm/pci.h +++ b/arch/mips/include/asm/pci.h @@ -52,7 +52,6 @@ struct pci_controller { /* * Used by boards to register their PCI busses before the actual scanning. */ -extern struct pci_controller * alloc_pci_controller(void); extern void register_pci_controller(struct pci_controller *hose); /* |