diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2018-05-22 07:56:05 -0500 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2018-05-22 07:56:05 -0500 |
commit | 99efbb86de888192e51c10273685193703bb6828 (patch) | |
tree | b6030d84b90f1cf9781a747ec27227f4b8b18d7b /arch/xtensa/include | |
parent | 59f2d3d3e60033f26b0710e0c4701edef2eedc1a (diff) |
xtensa/PCI: Remove dead code
Remove the following unused functions:
pcibios_enable_resources()
pcibios_alloc_controller()
pci_controller_num()
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/xtensa/include')
-rw-r--r-- | arch/xtensa/include/asm/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/xtensa/include/asm/pci.h b/arch/xtensa/include/asm/pci.h index d5a82153a7c5..a94d4b281f4c 100644 --- a/arch/xtensa/include/asm/pci.h +++ b/arch/xtensa/include/asm/pci.h @@ -20,8 +20,6 @@ #define pcibios_assign_all_busses() 0 -extern struct pci_controller* pcibios_alloc_controller(void); - /* Assume some values. (We should revise them, if necessary) */ #define PCIBIOS_MIN_IO 0x2000 |