diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2020-09-02 13:51:38 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-02-11 23:35:36 +1100 |
commit | b3abe590c80e0ba55b6fce48762232d90dbc37a5 (patch) | |
tree | 74f4dee7a57f6e38181e2ee918b11d4668516eb4 /arch/powerpc/include | |
parent | 052f9d206f6c4b5b512b8c201d375f2dd194be35 (diff) | |
download | linux-stable-b3abe590c80e0ba55b6fce48762232d90dbc37a5.tar.gz linux-stable-b3abe590c80e0ba55b6fce48762232d90dbc37a5.tar.bz2 linux-stable-b3abe590c80e0ba55b6fce48762232d90dbc37a5.zip |
powerpc/pci: Remove unimplemented prototypes
The corresponding definitions were deleted in commit 3d5134ee8341
("[POWERPC] Rewrite IO allocation & mapping on powerpc64") which
was merged a mere 13 years ago.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200902035138.1762531-1-oohall@gmail.com
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/ppc-pci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/ppc-pci.h b/arch/powerpc/include/asm/ppc-pci.h index 583f8b589d10..2b9edbf6e929 100644 --- a/arch/powerpc/include/asm/ppc-pci.h +++ b/arch/powerpc/include/asm/ppc-pci.h @@ -13,10 +13,6 @@ extern unsigned long isa_io_base; -extern void pci_setup_phb_io(struct pci_controller *hose, int primary); -extern void pci_setup_phb_io_dynamic(struct pci_controller *hose, int primary); - - extern struct list_head hose_list; extern struct pci_dev *isa_bridge_pcidev; /* may be NULL if no ISA bus */ |