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 | microblaze/PCI: Remove pcibios_claim_one_bus() dead code (diff) | |
| download | linux-99efbb86de888192e51c10273685193703bb6828.tar.gz linux-99efbb86de888192e51c10273685193703bb6828.zip | |
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 |
